Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Format the passed characters as UTF into the passed byte array.

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

Syntax

C#
protected int FormatUTF(
	byte[] ab,
	int ofb,
	char[] ach,
	int cch
)

Parameters

ab
Type: array<System..::..Byte>[]()[][]
The byte array to format into.
ofb
Type: System..::..Int32
The offset into the byte array to write the first byte.
ach
Type: array<System..::..Char>[]()[][]
The array of characters to format.
cch
Type: System..::..Int32
The number of characters to format.

Return Value

[Missing <returns> documentation for "M:Tangosol.IO.DataWriter.FormatUTF(System.Byte[],System.Int32,System.Char[],System.Int32)"]

See Also