MultiSelect for WinForms
Parse メソッド (ParseInfo)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 > ParseInfo クラス : Parse メソッド
The string to parse.
Type to which the string is converted.
Conversion result.
Object detailing error information, if an error occurred.
Converts text to the specified data type.
シンタックス
'宣言
 
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
The string to parse.
destinationType
Type to which the string is converted.
result
Conversion result.
errorInfo
Object detailing error information, if an error occurred.
参照

ParseInfo クラス
ParseInfo メンバ