CacheableByte Conversion (CacheableByte to Byte) |
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static explicit operator byte (
CacheableByte value
)
Public Shared Narrowing Operator CType (
value As CacheableByte
) As Byte
static explicit operator unsigned char (
CacheableByte^ value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: GemStone.GemFire.CacheCacheableByte
Return Value
Type:
Byte
See Also