Click or drag to resize
DataOutputWriteASCIIHuge Method
Write a string(only ASCII char) to DataOutput. Length should be more than 2^16 -1.

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

Parameters

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