public static string SerializeColorValue( Color c )
'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)
Serializer クラス Serializer メンバ
© 2004-2017, GrapeCity inc. All rights reserved.