Click or drag to resize
DataTypeTIsValueOfType Method
Uses IsOfTypeFunction to determine whether given value is of this data type.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public override 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 or if IsOfTypeFunction is null. Otherwise returns false.
See Also