AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

TypeExtension..::..IsNullOrWhiteSpace Method

Determines whether [is null or white space] [the specified string].

Namespace:  AdvantageCMS.Core.Common.Extension
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static bool IsNullOrWhiteSpace(
	this string str
)

Parameters

str
Type: String
The string.

Return Value

true if [is null or white space] [the specified string]; otherwise, false.