ImageToBase64String Method (BinarySerializer)
Converts an image into the base 64 string.
'Declaration
Public Shared Function ImageToBase64String( _
ByVal As Image _
) As String
public static string ImageToBase64String(
Image
)
Parameters
- image
- The image to convert.
Return Value
The string representation, in base 64, of the contents of an image.