Click or drag to resize
DataTypeManagerIsInteger Method
Returns true, if the given type is an integer type

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static bool IsInteger(
	TypeEnum typeEnum,
	string typeValue
)

Parameters

typeEnum
Type: CMS.DataEngineTypeEnum
Type enum
typeValue
Type: SystemString
Type value

Return Value

Type: Boolean
See Also