Click or drag to resize
StyleInfoIsFormatTypeNumeric Method
Determines whether a given TypeCode is numeric.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public static bool IsFormatTypeNumeric(
	TypeCode typeCode
)

Parameters

typeCode
Type: SystemTypeCode
The tested data type.

Return Value

Type: Boolean
true if the format type of typeCode is Numeric.
See Also