[]
Parses the specified string into the desired object.
object Parse(string s)
Function Parse(s As String) As Object
Type | Name | Description |
---|---|---|
string | s | String to parse |
Type | Description |
---|---|
object | Parses the specified string to the data type of the cell type. |