Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ImageCellType Class / GetBase64String Method
Image


In This Topic
GetBase64String Method
In This Topic
Gets the base-64 string encoding for the byte array serialization of the image.
Syntax
'Declaration
 
Public Shared Function GetBase64String( _
   ByVal image As Image _
) As String
 
'Usage
 
Dim image As Image
Dim value As String
 
value = ImageCellType.GetBase64String(image)

Parameters

image
Image
See Also