Click or drag to resize
DataTypeManagerIsNumber Method
Returns true, if the given type is a number type

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

Parameters

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

Return Value

Type: Boolean
See Also