[]
Parses the string to an object and returns the result.
public object Parse(string s)
Public Function Parse(s As String) As Object
Type | Name | Description |
---|---|---|
string | s | String to be parsed |
Type | Description |
---|---|
object | Results of the parsing |
Parses the string to an object and returns the result.
public object Parse(string s, ref IFormatProvider formatInfo, ref string formatString)
Public 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 |
Type | Condition |
---|---|
ParseException | Not a valid hexidecimal number. |