Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

Returns true if specified string is null or empty, false otherwise.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.6.1.0 (3.6.1.0)

Syntax

C#
public static bool IsNullOrEmpty(
	string stringValue
)

Parameters

stringValue
Type: System..::.String
Value to check.

Return Value

true if specified string is null or empty, false otherwise.

See Also