[]
Parses the string to an object and returns the result.
object Parse(string s, ref IFormatProvider formatInfo, ref string formatString)
Function Parse(s As String, ByRef formatInfo As IFormatProvider, ByRef formatString As String) As Object
| Type | Name | Description |
|---|---|---|
| string | s | String |
| IFormatProvider | formatInfo | IFormatProvider |
| string | formatString | String |
| Type | Description |
|---|---|
| object | Results of the parsing |