Summary
Checks whether a specified string is not null, empty, or consists only
of white-space characters.
- Namespace
- GitReleaseManager
.Core - Containing Type
- Ensure
Syntax
public static void IsNotNullOrWhiteSpace(string str, string paramName)
Parameters
| Name | Type | Description |
|---|---|---|
| str | string | The string to test. |
| paramName | string | The name of the parameter that caused the exception. |
Return Value
| Type | Description |
|---|---|
| void |