Click or drag to resize
DataTypeIntegrityValidateDataType Method
Checks if value matches field's data type.

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

Return Value

Type: String
Error message if the value doesn't match field's data type; otherwise null.
See Also