Serializable Conversion (Char to Serializable) |
Implicit conversion operator from a character array
to a Serializable.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic static implicit operator Serializable (
char[] value
)
Public Shared Widening Operator CType (
value As Char()
) As Serializable
static implicit operator Serializable^ (
array<wchar_t>^ value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemChar
Return Value
Type:
Serializable
See Also