Click or drag to resize
DataTypeIntegrity Constructor (Object, FormFieldInfo, CultureInfo)
Constructor.

Namespace: CMS.FormControls
Assembly: CMS.FormControls (in CMS.FormControls.dll) Version: 9.0.0
Syntax
C#
public DataTypeIntegrity(
	Object value,
	FormFieldInfo ffi,
	CultureInfo culture = null
)

Parameters

value
Type: SystemObject
Control's value
ffi
Type: CMS.FormEngineFormFieldInfo
Field info
culture (Optional)
Type: System.GlobalizationCultureInfo
Allows to specify culture that will be used for culture dependent data types, e.g. double, date-time. Current culture is used if not set.
See Also