Click or drag to resize
StyleInfoGetFormatType Method
Converts a TypeCode into a FormatType.

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

Parameters

typeCode
Type: SystemTypeCode
The data type in the cell.

Return Value

Type: FormatType
The corresponding format type.
See Also