InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / ResourceLoader Class / DecodeImage Method
String that contains the encoded image data.

In This Topic
    DecodeImage Method (ResourceLoader)
    In This Topic
    Decodes an image from a base-64-encoded string.
    Syntax
    'Declaration
     
    Public Shared Function DecodeImage( _
       ByVal data As String _
    ) As Image
    public static Image DecodeImage( 
       string data
    )

    Parameters

    data
    String that contains the encoded image data.

    Return Value

    The System.Drawing.Image encoded in the string.
    See Also