Click or drag to resize
SerializableToString Method
Return a string representation of the object. It simply returns the string representation of the underlying native object by calling its toString() function.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public override string ToString()

Return Value

Type: String

Implements

IGFSerializableToString
See Also