Click or drag to resize
IPdxWriterWriteString Method
Write a string using java-modified UTF-8 encoding to IPdxWriter.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
IPdxWriter WriteString(
	string fieldName,
	string value
)

Parameters

fieldName
Type: SystemString
The name of the field associated with the value.
value
Type: SystemString
The UTF encoded string to write.

Return Value

Type: IPdxWriter
See Also