Click or drag to resize

ValidationHelper Methods

The ValidationHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFixSystemName
Removes invalid characters from a system name (for a property or data object type) and clips it if the length exceeds the max.
Public methodStatic memberValidateSystemName
Validates the format of a system name (for a property or data object type)
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also