IPortableWriterWriteUTF Method Hazelcast .Net Client Class Library
Writes an UTF string.

Namespace: Hazelcast.IO.Serialization
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.3.0
Syntax

void WriteUTF(
	string fieldName,
	string value
)

Parameters

fieldName
Type: SystemString
name of the field
value
Type: SystemString
utf string value to be written
Exceptions

ExceptionCondition
IOExceptionSystem.IO.IOException
Remarks

Writes an UTF string.
See Also

Reference