IssuesArgumentChecks.

NotNullOrWhiteSpace(string, string) Method

Assembly
Cake.Issues.dll
Namespace
Cake.Issues
Containing Type
IssuesArgumentChecks

Syntax

public static void NotNullOrWhiteSpace(this string value, string parameterName = null)

Attributes

Type Description
DebuggerStepThroughAttribute

Parameters

Name Type Description
value string
parameterName string

Return Value

Type Description
void