Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Convert the passed object to another object.

Namespace:  Tangosol.Util
Assembly:  Coherence (in Coherence.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
Object Convert(
	Object o
)

Parameters

o
Type: System..::.Object
Object to be converted.

Return Value

The new, converted object.

See Also