[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellType.BaseCellType.ParseCore

ParseCore Method

ParseCore(string)

Parses the specified string to the data type of the cell type and returns it as an object.

Declaration
protected virtual object ParseCore(string s)
Protected Overridable Function ParseCore(s As String) As Object
Parameters
Type Name Description
string s

Specified string from the cell on the sheet to parse

Returns
Type Description
object
Remarks

The s argument is in Excel-like formatted text.