StringExtensions.

IsEmpty(string) Method

Summary

Returns true when value is exactly System.String.Empty.
Namespace
GitVersion.Extensions
Containing Type
StringExtensions

Syntax

public static bool IsEmpty(this string value)

Parameters

Name Type Description
value string

Return Value

Type Description
bool
GitHub