Click or drag to resize
DataTypeIntegrity Class
Provides check if given value matches field's data type.
Inheritance Hierarchy
SystemObject
  CMS.FormEngine.Web.UIDataTypeIntegrity

Namespace: CMS.FormEngine.Web.UI
Assembly: CMS.FormEngine.Web.UI (in CMS.FormEngine.Web.UI.dll) Version: 10.0.0
Syntax
C#
public class DataTypeIntegrity

The DataTypeIntegrity type exposes the following members.

Constructors
Methods
  NameDescription
Public methodValidateDataType
Checks if value matches field's data type.
Top
See Also