Click or drag to resize
StyleInfoGetStyleValueType Method
Converts a TypeCode into a StyleValueType.

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

Parameters

typeCode
Type: SystemTypeCode
The TypeCode to convert.

Return Value

Type: StyleValueType
The converted value.
See Also