[]
Parses the specified string to the data type of the cell type and returns it as an object.
public override object Parse(string s)
Public Overrides Function Parse(s As String) As Object
| Type | Name | Description |
|---|---|---|
| string | s | Specified string from the cell on the sheet to parse |
| Type | Description |
|---|---|
| object | Object that contains the results of the parsing to put in the data model |