Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Convert the passed object to another object.

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

Syntax

C#
public Object Convert(
	Object o
)

Parameters

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

Return Value

The new, converted object.

Implements

IConverter..::.Convert(Object)

See Also