Click or drag to resize
Serializable  Conversion (String to Serializable)
Implicit conversion operator from a string 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 (
	string value
)

Parameters

value
Type: SystemString

Return Value

Type: Serializable
See Also