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

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.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