Click or drag to resize
DataOutputWriteUTF Method
Write a string using java-modified UTF-8 encoding to DataOutput. The maximum length supported is 2^16-1 beyond which the string shall be truncated.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void WriteUTF(
	string value
)

Parameters

value
Type: SystemString
The UTF encoded string to write.
See Also