ImageFromBase64String Method (BinarySerializer)
Converts the specified string, which encodes binary data as base-64 digits into the
System.Drawing.Image object.
'Declaration
Public Shared Function ImageFromBase64String( _
ByVal As String _
) As Image
Parameters
- base64String
- The string to convert.
Return Value
The image.