Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Convert binary UTF-8 encode data to a String. This method is a helper to allow various I/O implementations to share a single, efficient implementation.

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

Syntax

C#
public static string ConvertUTF(
	byte[] ab,
	int of,
	int cb
)

Parameters

ab
Type: array<System..::..Byte>[]()[][]
an array of bytes containing UTF-8 encoded characters
of
Type: System..::..Int32
the offset into the array of the UTF-8 data to decode
cb
Type: System..::..Int32
the binary length in the array of the UTF-8 data to decode

Return Value

[Missing <returns> documentation for "M:Tangosol.Util.SerializationHelper.ConvertUTF(System.Byte[],System.Int32,System.Int32)"]

Exceptions

ExceptionCondition
System.IO..::..IOException throws ArgumentException if the UTF data is corrupt

See Also