C# Class Dev2.VerifyArgument

Performs verification of arguments
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
IsNotNullOrWhitespace ( [ name, string value ) : void

Verifies that the given string is not null, empty or whitespace.

Private Methods

Méthode Description
AreNotNull ( [ args ) : void
IsNotNull ( [ name, [ argument ) : void

Method Details

IsNotNullOrWhitespace() public static méthode

Verifies that the given string is not null, empty or whitespace.
public static IsNotNullOrWhitespace ( [ name, string value ) : void
name [ The argument name.
value string The value.
Résultat void