Serializable Conversion (String to Serializable) |
Implicit conversion operator from a string 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 (
string[] value
)
Public Shared Widening Operator CType (
value As String()
) As Serializable
static implicit operator Serializable^ (
array<String^>^ value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemString
Return Value
Type:
Serializable
See Also