TreeView for WinForms
ImageToBase64String メソッド (BinarySerializer)

C1.Win.4.5.2 アセンブリ > C1.Win.Util 名前空間 > BinarySerializer クラス : ImageToBase64String メソッド
変換する画像。
画像を Base 64 文字列に変換します。
シンタックス
'宣言
 
Public Shared Function ImageToBase64String( _
   ByVal image As System.Drawing.Image _
) As System.String
public static System.string ImageToBase64String( 
   System.Drawing.Image image
)

パラメータ

image
変換する画像。

戻り値の型

画像の内容の Base 64 文字列表現。
参照

BinarySerializer クラス
BinarySerializer メンバ