Help method to test if a string should be considered as a null value.

Namespace:  EPiServer.Core
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public static bool QualifyAsNullString(
	string stringToCheck
)

Parameters

stringToCheck
Type: System..::.String
The string to check.

Remarks

Same as String.IsNullOrEmpty.

See Also