C# Класс FreeMoney.FreeMoneyHelpers

Показать файл Открыть проект

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

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

method for determining is the user provided a valid email address We use regular expressions in this check, as it is a more thorough way of checking the address provided

http://www.dreamincode.net/code/snippet1374.htm

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

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

method for determining is the user provided a valid email address We use regular expressions in this check, as it is a more thorough way of checking the address provided
http://www.dreamincode.net/code/snippet1374.htm
public static IsValidEmail ( string email ) : bool
email string email address to validate
Результат bool