Click or drag to resize

DataWriterFormatUTF Method (String)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Format the passed String as UTF into the passed byte array.

Namespace:  Tangosol.IO
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public byte[] FormatUTF(
	string s
)

Parameters

s
Type: SystemString
the string.

Return Value

Type: Byte
The formated UTF byte array.
Remarks
This method is tightly bound to calcUTF.
See Also