TreeView for WinForms | ComponentOne
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
    public static string ImageToBase64String( 
       Image image
    )

    Parameters

    image
    The image to convert.

    Return Value

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