Click or drag to resize
Serializable  Conversion (Char to Serializable)
Implicit conversion operator from a character to a Serializable.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public static implicit operator Serializable (
	char value
)

Parameters

value
Type: SystemChar

Return Value

Type: Serializable
See Also