C# Class Dev2.VerifyArgument

Performs verification of arguments
显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
IsNotNullOrWhitespace ( [ name, string value ) : void

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

Private Methods

Method Description
AreNotNull ( [ args ) : void
IsNotNull ( [ name, [ argument ) : void

Method Details

IsNotNullOrWhitespace() public static method

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.
return void