C# Class Bytes2you.Validation.Helpers.StringHelper

Afficher le fichier Open project: veskokolev/Bytes2you.Validation

Méthodes publiques

Méthode Description
IsEmpty ( string value ) : bool
IsNullOrWhiteSpace ( string value ) : bool

Method Details

IsEmpty() public static méthode

public static IsEmpty ( string value ) : bool
value string
Résultat bool

IsNullOrWhiteSpace() public static méthode

public static IsNullOrWhiteSpace ( string value ) : bool
value string
Résultat bool