DecodeImage Method (ResourceLoader)
In This Topic
Decodes an image from a base-64-encoded string.
Syntax
'Declaration
Public Shared Function DecodeImage( _
ByVal As String _
) As Image
public static Image DecodeImage(
string
)
Parameters
- data
- String that contains the encoded image data.
Return Value
The
System.Drawing.Image encoded in the string.
See Also