ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.String _
    ) As System.Drawing.Image
    public static System.Drawing.Image DecodeImage( 
       System.string data
    )

    Parameters

    data
    String that contains the encoded image data.

    Return Value

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