Converts an image into the base 64 string.
'宣言
Public Shared Function ImageToBase64String( _
ByVal As Image _
) As String
public static string ImageToBase64String(
Image
)
パラメータ
- image
- The image to convert.
戻り値の型
The string representation, in base 64, of the contents of an image.