C1.Win.4.8 Assembly / 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
 

Parameters

base64String
The string to convert.

Return Value

The image.
See Also