C# Class TestME.Validation

Afficher le fichier Open project: Hli4S/TestMeApp

Méthodes publiques

Méthode Description
EmailAvailibility ( String str ) : bool
IsValidEmail ( string strIn ) : bool
IsValidSecurityCode ( String str ) : bool
UsernameAvailibility ( String str ) : bool

Private Methods

Méthode Description
DomainMapper ( Match match ) : string

Method Details

EmailAvailibility() public static méthode

public static EmailAvailibility ( String str ) : bool
str String
Résultat bool

IsValidEmail() public static méthode

public static IsValidEmail ( string strIn ) : bool
strIn string
Résultat bool

IsValidSecurityCode() public static méthode

public static IsValidSecurityCode ( String str ) : bool
str String
Résultat bool

UsernameAvailibility() public static méthode

public static UsernameAvailibility ( String str ) : bool
str String
Résultat bool