PowerTools SPREAD for Windows Forms 8.0J
GetBase64String メソッド


画像
画像のバイト配列シリアル化情報のbase64文字列エンコーディングを取得します。
構文
'Declaration
 
Public Shared Function GetBase64String( _
   ByVal image As Image _
) As String
'使用法
 
Dim image As Image
Dim value As String
 
value = ImageCellType.GetBase64String(image)
public static string GetBase64String( 
   Image image
)

パラメータ

image
画像

戻り値の型

base64 文字列を含む String
参照

ImageCellType クラス
ImageCellType メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.