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