StringExtensions.

IsNullOrWhiteSpace(string) Method

Namespace
GitVersion.Extensions
Containing Type
StringExtensions

Syntax

public static bool IsNullOrWhiteSpace(this string value)

Parameters

Name Type Description
value string

Return Value

Type Description
bool
GitHub