CacheableString Conversion (CacheableString to String) |
Implicit conversion operator to underlying System.String.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static implicit operator string (
CacheableString str
)
Public Shared Widening Operator CType (
str As CacheableString
) As String
static implicit operator String^ (
CacheableString^ str
)
F# does not support the declaration of new casting operators.
Parameters
- str
- Type: GemStone.GemFire.CacheCacheableString
Return Value
Type:
String
See Also