'Declaration Public Shared Function GetBase64String( _ ByVal image As Image _ ) As String
'Declaration
Public Shared Function GetBase64String( _ ByVal image As Image _ ) As String
'Usage Dim image As Image Dim value As String value = ImageCellType.GetBase64String(image)
'Usage
Dim image As Image Dim value As String value = ImageCellType.GetBase64String(image)
public static string GetBase64String( Image image )
ImageCellType Class ImageCellType Members