CalendarView for WinForms
Parse メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > 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 メンバ