'宣言 Public Shared Function Parse( _ ByVal s As System.String, _ ByVal throwException As System.Boolean _ ) As C1FormatVersion
'使用法 Dim s As System.String Dim throwException As System.Boolean Dim value As C1FormatVersion value = C1FormatVersion.Parse(s, throwException)
public static C1FormatVersion Parse( System.string s, System.bool throwException )
パラメータ
- s
- The string to convert.
- throwException
- Indicates the exception should be thrown if string cannot be converted to C1FormatVersion.
戻り値の型
Returns instance of C1FormatVersion object or null.