Click or drag to resize
NanoXLSX

WorksheetReaderGetNumericValue Method

Overload List
 NameDescription
Private methodGetNumericValue(String) Parses the numeric value of a raw cell. The order of possible number types are: ulong, long, uint, int, float or double. If nothing applies, null is returned
Private methodGetNumericValue(Object, CellCellType) Tries to parse a numeric value with an appropriate type
Top
See Also