Click or drag to resize
CacheableStringIsNullOrEmpty Method
Static function to check whether IsNullOrEmpty.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public static bool IsNullOrEmpty(
	CacheableString value
)

Parameters

value
Type: GemStone.GemFire.CacheCacheableString
the CacheableString value to check

Return Value

Type: Boolean
Remarks
This is similar to the C# string.IsNullOrEmpty method.
See Also