Click or drag to resize

DataWriterCalcUTF Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Figure out how many bytes it will take to hold the passed String.

Namespace:  Tangosol.IO
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected int CalcUTF(
	string s
)

Parameters

s
Type: SystemString
the String

Return Value

Type: Int32

[Missing <returns> documentation for "M:Tangosol.IO.DataWriter.CalcUTF(System.String)"]

Remarks
This method is tightly bound to formatUTF.
See Also