Input for WinForms
Parse メソッド (ParseInfo)

C1.Win.Input.8 アセンブリ > C1.Win.Input.Validation 名前空間 > ParseInfo クラス : Parse メソッド
解析する文字列。
文字列の変換先の型です。
変換結果です。
エラーが発生した場合にエラー情報を説明するオブジェクトです。
テキストを指定されたデータ型に変換します。
シンタックス
'宣言
 
Public Function Parse( _
   ByVal text As System.String, _
   ByVal destinationType As System.Type, _
   ByRef result As System.Object, _
   ByVal errorInfo As ErrorInfo _
) As System.Boolean
public System.bool Parse( 
   System.string text,
   System.Type destinationType,
   out System.object result,
   ErrorInfo errorInfo
)

パラメータ

text
解析する文字列。
destinationType
文字列の変換先の型です。
result
変換結果です。
errorInfo
エラーが発生した場合にエラー情報を説明するオブジェクトです。
参照

ParseInfo クラス
ParseInfo メンバ