C# Class CSoftZ.Common.Utils.RegexUtilities

Utilities about email validation and other duties using regular expressions. The documentation for the rationale about this class is extracted from the following URL. https://msdn.microsoft.com/en-us/library/01escwtf(v=vs.110).aspx
Show file Open project: cortizqgithub/try_git

Public Methods

Method Description
IsValidEmail ( string strIn ) : bool

Evaluates the input data to conform to a valid email syntax.

Private Methods

Method Description
DomainMapper ( Match match ) : string

Use IdnMapping class to convert Unicode domain names.

Method Details

IsValidEmail() public method

Evaluates the input data to conform to a valid email syntax.
public IsValidEmail ( string strIn ) : bool
strIn string Data to validate
return bool