C# Class Felbook.Models.ValidationMethods

Mostra file Open project: janmarek/Felbook Class Usage Examples

Public Methods

Method Description
IsEmptyString ( string s ) : bool
IsNumeric ( string s ) : bool

Method Details

IsEmptyString() public method

public IsEmptyString ( string s ) : bool
s string
return bool

IsNumeric() public method

public IsNumeric ( string s ) : bool
s string
return bool