PrintDocument for WinForms
Parse メソッド (PointD)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > PointD 構造体 : Parse メソッド
The string to convert.
OUT: the created PointD structure.
Indicates whether an exception should be thrown if the string cannot be converted.
Converts a string to a PointD structure.
シンタックス
'宣言
 
Public Shared Function Parse( _
   ByVal s As System.String, _
   ByRef result As PointD, _
   ByVal throwException As System.Boolean _
) As System.Boolean
'使用法
 
Dim s As System.String
Dim result As PointD
Dim throwException As System.Boolean
Dim value As System.Boolean
 
value = PointD.Parse(s, result, throwException)
public static System.bool Parse( 
   System.string s,
   out PointD result,
   System.bool throwException
)

パラメータ

s
The string to convert.
result
OUT: the created PointD structure.
throwException
Indicates whether an exception should be thrown if the string cannot be converted.

戻り値の型

true if no error occurred, false otherwise (if throwException is false).
参照

PointD 構造体
PointD メンバ