C# Class FreeMoney.FreeMoneyHelpers

Show file Open project: edmundedgar/Mod-FreeMoney

Public Methods

Method Description
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

Method Details

IsValidEmail() public static method

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
return bool