Table of Contents

THtmlDataUri.GetUriBase64 Method

Creates a data uri according to the RFC 2397: http://tools.ietf.org/html/rfc2397 It will use base64 encoding

Syntax

Namespace: FlexCel.Core

public static String GetUriBase64(String mimeType, Byte[] data)

Parameters

<-> Parameter Type Description
mimeType String Mime type of the data. You can use StandardMimeType for common mime types.
data Byte[] Data to encode.

See also