| Overload | Description |
|---|---|
| CreateDataUriString(NImage) | 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. |
| CreateDataUriString(NImage,NImageFormat) | Creates a Base64 data URI string by encoding the given image to the specified image format. Returns null if the image encoding fails. |
| CreateDataUriString(String,Byte[]) | Creates a base64-encoded data URI string from the given mime type and byte array. |