[]
        
(Showing Draft Content)

C1.Win.Input.Validation.ParseInfo.Parse

Parse Method

Parse(string, Type, out object, ErrorInfo)

Converts text to the specified data type.

Declaration
public bool Parse(string text, Type destinationType, out object result, ErrorInfo errorInfo)
Parameters
Type Name Description
string text

The string to parse.

Type destinationType

Type to which the string is converted.

object result

Conversion result.

ErrorInfo errorInfo

Object detailing error information, if an error occurred.

Returns
Type Description
bool