Click or drag to resize
ValidationHelperIsType Method
Returns true if value is of type.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static bool IsType(
	Type type,
	Object value
)

Parameters

type
Type: SystemType
Type
value
Type: SystemObject
Value

Return Value

Type: Boolean
See Also