C# 클래스 FreeMoney.FreeMoneyHelpers

파일 보기 프로젝트 열기: edmundedgar/Mod-FreeMoney

공개 메소드들

메소드 설명
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