DataUrl Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static class DataUrl
type DataUrl = class
Public Class DataUrl
- Inheritance
-
DataUrl
Methods
| Name | Description |
|---|---|
| DecodeBytes(String) |
Decodes the base64 payload from a data URL string. |
| DecodeBytes(Uri) |
Decodes the base64 payload from a data URL Uri. |
| GetMediaType(String) |
Extracts the media type from a data URL string
(e.g., returns |
| GetMediaType(Uri) |
Extracts the media type from a data URL Uri
(e.g., returns |
| IsDataUrl(String) |
Determines whether the specified string is a base64 data URL. |
| IsDataUrl(Uri) |
Determines whether the specified Uri is a base64 data URL. |
| TryDecodeBytes(String, Byte[]) |
Attempts to decode the base64 payload from a data URL string. |
| TryDecodeBytes(Uri, Byte[]) |
Attempts to decode the base64 payload from a data URL Uri. |