'宣言 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
 - エラーが発生した場合にエラー情報を説明するオブジェクトです。