'宣言 Public Overloads Shared Function Parse( _ ByVal s As System.String, _ ByVal throwOnError As System.Boolean _ ) As LineDef
'使用法 Dim s As System.String Dim throwOnError As System.Boolean Dim value As LineDef value = LineDef.Parse(s, throwOnError)
public static LineDef Parse( System.string s, System.bool throwOnError )
パラメータ
- s
- A string representing a LineDef (see LineDef.ToString).
- throwOnError
- If true, an exception is thrown if an error occurs while parsing; otherwise, errors are ignored.
戻り値の型
The new LineDef object.