C# Class TestME.Validation

Mostra file Open project: Hli4S/TestMeApp

Public Methods

Method Description
EmailAvailibility ( String str ) : bool
IsValidEmail ( string strIn ) : bool
IsValidSecurityCode ( String str ) : bool
UsernameAvailibility ( String str ) : bool

Private Methods

Method Description
DomainMapper ( Match match ) : string

Method Details

EmailAvailibility() public static method

public static EmailAvailibility ( String str ) : bool
str String
return bool

IsValidEmail() public static method

public static IsValidEmail ( string strIn ) : bool
strIn string
return bool

IsValidSecurityCode() public static method

public static IsValidSecurityCode ( String str ) : bool
str String
return bool

UsernameAvailibility() public static method

public static UsernameAvailibility ( String str ) : bool
str String
return bool