[]
Converts text to the specified data type.
public bool Parse(string text, Type destinationType, out object result, ErrorInfo errorInfo)
| 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. |
| Type | Description |
|---|---|
| bool |