util_split_data_uri


Description:


[ Version ( since = "3.60" ) ]
public bool util_split_data_uri (string uri, out string out_mime_type, out string out_charset, out bool out_is_base64, out unowned string out_data_start)

Splits a "data:" URI (of form data:mime type;base64encoded-data) into respective components.

The out_data_start points to the first byte inside the uri.

Parameters:

uri

a "data:" URI

out_mime_type

location to store MIME type parameter, or null when not interested

out_charset

location to store charset parameter, or null when not interested

out_is_base64

location to store whether the URI content is base64 encoded

out_data_start

location to store the first byte in the uri where the actual data starts

Returns:

whether could split the uri


Namespace: E