IPortableWriterWriteChar Method Hazelcast .Net Client Class Library
Writes a primitive char.

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

void WriteChar(
	string fieldName,
	int value
)

Parameters

fieldName
Type: SystemString
name of the field
value
Type: SystemInt32
int value to be written
Exceptions

ExceptionCondition
IOExceptionSystem.IO.IOException
Remarks

Writes a primitive char.
See Also

Reference