An NDoc Documented Class Library

IBytesMessage.WriteUTF Method 

Writes a string to the bytes message stream using UTF-8 encoding.

void WriteUTF(
   string value
);

Parameters

value
The string value to be written.

Exceptions

Exception Type Condition
MsgException Thrown when the write fails.
MessageNotWriteableException Thrown when the message is read-only.

See Also

IBytesMessage Interface | webMethods.Msg Namespace