WorksheetReader.GetIntValue Method

NanoXLSX

NanoXLSX

WorksheetReaderGetIntValue Method

Parses the integer value of a raw cell

Namespace:  NanoXLSX.LowLevel
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
private static WorksheetReaderCellResolverTuple GetIntValue(
	string raw
)

Parameters

raw
Type: SystemString
Raw value as string

Return Value

Type: WorksheetReaderCellResolverTuple
CellResolverTuple with information about the validity and resolved data
See Also