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)
Syntaxpublic 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