PrintDocument for WinForms
Parse(String,Boolean) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > LineDef クラス > Parse メソッド : Parse(String,Boolean) メソッド
A string representing a LineDef (see LineDef.ToString).
If true, an exception is thrown if an error occurs while parsing; otherwise, errors are ignored.
Creates a LineDef object, and initialises it with values acquired by parsing a string representation of a LineDef.
シンタックス
'宣言
 
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.
参照

LineDef クラス
LineDef メンバ
オーバーロード一覧