[This is preliminary documentation and is subject to change.]
The DataEntryUtils type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() ![]() | CheckEMail |
Returns true if the value is a valid non-null/empty email address
|
![]() ![]() | CheckScreenName |
Returns true if the value starts from primary language char and contains only those chars separated by one of ['.','-','_'].
Subsequent separators not to occur more than once and can not be at the very end. This function supports Latin/Cyrrilic char sets
|
![]() ![]() | CheckTelephone |
Returns true if the value is a valid non-null/empty telephone
|
![]() ![]() | IsLatinLetterOrDigit | |
![]() ![]() | IsValidEMailLocalPartChar | |
![]() ![]() | IsValidScreenNameLetter | |
![]() ![]() | IsValidScreenNameLetterOrDigit | |
![]() ![]() | IsValidScreenNameSeparator | |
![]() ![]() | NormalizeUSPhone |
Normalizes US phone string so it looks like (999) 999-9999x9999.
|
![]() ![]() | SQLSafeSubstitute |
Allows only safe characters and digits replacing characters that may be used in SQL injection.
This method may be used to generate column names from entity IDs
|
See Also