'Declaration Public Shared Function SerializeColorValue( _ ByVal c As Color _ ) As String
'Declaration
Public Shared Function SerializeColorValue( _ ByVal c As Color _ ) As String
'使用法 Dim c As Color Dim value As String value = Serializer.SerializeColorValue(c)
'使用法
Dim c As Color Dim value As String value = Serializer.SerializeColorValue(c)
public static string SerializeColorValue( Color c )
Serializer クラス Serializer メンバ
Copyright © 2004 GrapeCity inc.