C# Class Felbook.Models.ValidationMethods

Afficher le fichier Open project: janmarek/Felbook Class Usage Examples

Méthodes publiques

Méthode Description
IsEmptyString ( string s ) : bool
IsNumeric ( string s ) : bool

Method Details

IsEmptyString() public méthode

public IsEmptyString ( string s ) : bool
s string
Résultat bool

IsNumeric() public méthode

public IsNumeric ( string s ) : bool
s string
Résultat bool