CacheableStringIsNullOrEmpty Method |
Static function to check whether IsNullOrEmpty.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static bool IsNullOrEmpty(
CacheableString value
)
Public Shared Function IsNullOrEmpty (
value As CacheableString
) As Boolean
public:
static bool IsNullOrEmpty(
CacheableString^ value
)
static member IsNullOrEmpty :
value : CacheableString -> bool
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