GrapeCity SPREAD for Windows Forms 11.0J
DeserializeIcon メソッド


base64文字列
シリアル化されている指定のbase64エンコード文字列から画像を作成します。
構文
'Declaration
 
Public Shared Function DeserializeIcon( _
   ByVal base64 As String _
) As Icon
'使用法
 
Dim base64 As String
Dim value As Icon
 
value = Serializer.DeserializeIcon(base64)
public static Icon DeserializeIcon( 
   string base64
)

パラメータ

base64
base64文字列
参照

Serializer クラス
Serializer メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.