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