API Reference
Class
HtmlDataUri
Media-neutral data URI with bounded-size inspection and byte decoding.
Inheritance
- Object
- HtmlDataUri
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Method HtmlDataUri.TryParse
Methods
public Int64 EstimateDecodedByteCount() #Returns:
Int64Calculates decoded byte count without allocating the decoded payload.
public Boolean TryDecodeBytes(out Byte[] bytes) #Returns:
BooleanAttempts to decode the payload as bytes.
Parameters
- bytes System.Byte[]@
public static Boolean TryParse(String source, out HtmlDataUri dataUri) #Returns:
BooleanTries to parse a data URI with an explicit media type.
Parameters
- source System.String
- dataUri OfficeIMO.Html.HtmlDataUri@
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object