IsNullOrWhiteSpace(string) Method
Namespace
Statiq.Common
Containing Type
GuardExtensions

Syntax

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static bool IsNullOrWhiteSpace(this string str)

Attributes

Type Description
MethodImplAttribute

Parameters

Name Type Description
str string

Return Value

Type Description
bool