PrintDocument for WinForms
Parse メソッド (UnitPoint)


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

パラメータ

s
The string to convert.
result
OUT: The UnitPoint structure representing s.
throwException
Indicates whether an exception should be thrown if the conversion cannot be performed (if an error occurs, and this value is false, result is set to UnitPoint.Empty).

戻り値の型

true if no error occurred, false otherwise.
参照

UnitPoint 構造体
UnitPoint メンバ