This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Ftp.
Summary
Throws an exception if the specified parameter's value is null, empty or consists only of white-space characters.
- Assembly
- Cake
.Ftp .dll - Namespace
- Cake
.Ftp - Containing Type
- Extensions
Syntax
public static void NotNullOrWhiteSpace(this string value, string parameterName)
Parameters
Name | Type | Description |
---|---|---|
value | string | The value of the argument. |
parameterName | string | The name of the parameter to include in any thrown exception. |
Return Value
Type | Description |
---|---|
void |