Click or drag to resize
DataTypeIsValueOfType Method
Determines whether given value is of this data type.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public abstract bool IsValueOfType(
	Object value,
	CultureInfo culture
)

Parameters

value
Type: SystemObject
Object to be tested.
culture
Type: System.GlobalizationCultureInfo
Culture to tests object for.

Return Value

Type: Boolean
True if object is of this data type, otherwise returns false.
See Also