Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Convert the contents of the passed array.

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

Syntax

C#
public static Object[] ConvertArray(
	Object[] ao,
	IConverter conv
)

Parameters

ao
Type: array<System..::..Object>[]()[][]
An array of objects to convert.
conv
Type: Tangosol.Util..::..IConverter
The IConverter to use to convert the objects.

Return Value

The passed array.

Remarks

The conversion is done "in place" in the passed array.

This helper method is intended to support the functionality of CopyTo(Array, Int32).

See Also