Click or drag to resize
StyleInfoIsFormatTypeString Method
Determines whether a given TypeCode is a string format.

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

Parameters

typeCode
Type: SystemTypeCode
The tested data type.

Return Value

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