An NDoc Documented Class Library

IBytesMessage.ReadUTF Method 

Reads a UTF-8 encoded string from the bytes message stream.

string ReadUTF();

Return Value

The next UTF-8 encoded string.

Exceptions

Exception Type Condition
MsgException Thrown when the read fails.
MessageEOFException Thrown when the end of the bytes stream has been unexpectedly reached.
MessageNotReadableException Thrown when the message is write-only.

See Also

IBytesMessage Interface | webMethods.Msg Namespace