'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 メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.