Click or drag to resize

IPortableWriterWriteChar Method

Writes a primitive char.

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
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