[]
        
(Showing Draft Content)

C1.Win.Util.BinarySerializer.ImageToBase64String

ImageToBase64String Method

ImageToBase64String(Image)

Converts an image into the base 64 string.

Declaration
public static string ImageToBase64String(Image image)
Public Shared Function ImageToBase64String(image As Image) As String
Parameters
Type Name Description
Image image

The image to convert.

Returns
Type Description
string

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