Click or drag to resize
DataTypeManagerIsString Method
Returns true, if the given type is a string type

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

Parameters

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

Return Value

Type: Boolean
See Also