Click or drag to resize
CacheableString  Conversion (CacheableString to String)
Implicit conversion operator to underlying System.String.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public static implicit operator string (
	CacheableString str
)

Parameters

str
Type: GemStone.GemFire.CacheCacheableString

Return Value

Type: String
See Also