'宣言 Public Shared Function Parse( _ ByVal s As System.String, _ ByVal throwException As System.Boolean, _ ByVal defaultValue As C1ThemeVersion _ ) As C1ThemeVersion
public static C1ThemeVersion Parse( System.string s, System.bool throwException, C1ThemeVersion defaultValue )
パラメータ
- s
- 変換する文字列。
- throwException
- 指定された文字列を変換できない場合に、例外が生成されるかどうかを示します。
- defaultValue
- デフォルトのバージョン(バージョンを解析できず、 throwExceptionが false の場合に使用されます)。
戻り値の型
新しく作成された C1ThemeVersion型のインスタンス、または null。