DataWriterFormatUTF Method (Byte, Int32, Char, Int32) | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-01
 
            Format the passed characters as UTF into the passed byte array.
            
 
    Namespace: 
   Tangosol.IO
    Assembly:
   Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntaxprotected int FormatUTF(
	byte[] ab,
	int ofb,
	char[] ach,
	int cch
)
Parameters
- ab
 - Type: SystemByte
            The byte array to format into.
             - ofb
 - Type: SystemInt32
            The offset into the byte array to write the first byte.
             - ach
 - Type: SystemChar
            The array of characters to format.
             - cch
 - Type: SystemInt32
            The number of characters to format.
             
Return Value
Type: 
Int32[Missing <returns> documentation for "M:Tangosol.IO.DataWriter.FormatUTF(System.Byte[],System.Int32,System.Char[],System.Int32)"]
See Also