| IPortableWriterWriteUTF Method |
Writes an UTF string.
Namespace:
Hazelcast.IO.Serialization
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax void WriteUTF(
string fieldName,
string value
)
Sub WriteUTF (
fieldName As String,
value As String
)
void WriteUTF(
String^ fieldName,
String^ value
)
abstract WriteUTF :
fieldName : string *
value : string -> unit
Parameters
- fieldName
- Type: SystemString
name of the field - value
- Type: SystemString
utf string value to be written
Exceptions Remarks Writes an UTF string.
See Also