Method | Description | |
---|---|---|
IsNotNullOrWhitespace ( [ name, string value ) : void |
Verifies that the given string is not null, empty or whitespace.
|
Method | Description | |
---|---|---|
AreNotNull ( [ args ) : void | ||
IsNotNull ( [ name, [ argument ) : void |
public static IsNotNullOrWhitespace ( [ name, string value ) : void | ||
name | [ | The argument name. |
value | string | The value. |
return | void |