'宣言 Public Shared Function TryThicknessFromString( _ ByVal s As System.String, _ ByRef v As Thickness _ ) As System.Boolean
'使用法 Dim s As System.String Dim v As Thickness Dim value As System.Boolean value = C1Serializer.TryThicknessFromString(s, v)
パラメータ
- s
- The string to convert.
- v
- OUT: the created C1.Interop.Thickness structure.
戻り値の型
true if no error occurred, false otherwise.