| Name | Description | |
|---|---|---|
![]() ![]() | CreateDataUriString | Overloaded. Creates a Base64 data URI string using the encoded data of the given image or encoding it to PNG if it is not already encoded. Returns null if the image serialization fails. |
![]() ![]() | GetData | Gets the data of the given data URI. |
![]() ![]() | GetLocalPath | Gets the local path of the given file URI in the specified path notation. Works only for absolute URIs. |
![]() ![]() | IsData | Overloaded. Checks whether the given string represents a data URI. |
![]() ![]() | IsHttp | Checks whether the given URI represents is an HTTP or an HTTPS resource. |
![]() ![]() | SafeGetFragment | Gets the fragment of the given URI no matter if it's an absolute or a relative URI. |
![]() ![]() | SafeGetLocalPath | Gets the local path of the given file URI in the specified path notation. Works for relative URIs, too. Returns an empty string if it couldn't get the local path of the URI. |
![]() ![]() | SafeGetPath | Returns the absolute path or the given URI if it is an absolute URI or its original string if it is a relative URI. |
![]() ![]() | TryGetLocalPath | Tries to get the local path of the given URI. |
![]() ![]() | TryGetUnixUri | Tries to get an URI for the given Unix path. |
![]() ![]() | TryResolve | Tries to get an absolute URI (an URL or a data URI) from the given string. If the string represents a relative URI, it is combined with the given base URI in order to resolve it, i.e. to create an absolute URI. |


