C# Класс 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
Показать файл Открыть проект

Открытые методы

Метод Описание
IsValidEmail ( string strIn ) : bool

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

Приватные методы

Метод Описание
DomainMapper ( Match match ) : string

Use IdnMapping class to convert Unicode domain names.

Описание методов

IsValidEmail() публичный Метод

Evaluates the input data to conform to a valid email syntax.
public IsValidEmail ( string strIn ) : bool
strIn string Data to validate
Результат bool