TreeView for WinForms | ComponentOne
C1.Win.Util Namespace / BinarySerializer Class / ImageFromBase64String Method
The string to convert.

In This Topic
    ImageFromBase64String Method (BinarySerializer)
    In This Topic
    Converts the specified string, which encodes binary data as base-64 digits into the System.Drawing.Image object.
    Syntax
    'Declaration
     
    
    Public Shared Function ImageFromBase64String( _
       ByVal base64String As String _
    ) As Image
    public static Image ImageFromBase64String( 
       string base64String
    )

    Parameters

    base64String
    The string to convert.

    Return Value

    The image.
    See Also