DataEntryUtils MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The DataEntryUtils type exposes the following members.
Methods

  NameDescription
Public methodStatic memberCheckEMail
Returns true if the value is a valid non-null/empty email address
Public methodStatic memberCheckScreenName
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
Public methodStatic memberCheckTelephone
Returns true if the value is a valid non-null/empty telephone
Public methodStatic memberIsLatinLetterOrDigit
Public methodStatic memberIsValidEMailLocalPartChar
Public methodStatic memberIsValidScreenNameLetter
Public methodStatic memberIsValidScreenNameLetterOrDigit
Public methodStatic memberIsValidScreenNameSeparator
Public methodStatic memberNormalizeUSPhone
Normalizes US phone string so it looks like (999) 999-9999x9999.
Public methodStatic memberSQLSafeSubstitute
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
Back to Top
See Also