C1.Win.4.8 Assembly / C1.Win.Util Namespace / BinarySerializer Class / ImageToBase64String Method
The image to convert.

In This Topic
ImageToBase64String Method (BinarySerializer)
In This Topic
Converts an image into the base 64 string.
Syntax
'Declaration
 
Public Shared Function ImageToBase64String( _
   ByVal image As Image _
) As String
 

Parameters

image
The image to convert.

Return Value

The string representation, in base 64, of the contents of an image.
See Also