[TIBCO.EMS .NET client library 5.1 documentation]

Reads a UTF string from the bytes message stream.

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public string ReadUTF()
Public Function ReadUTF As String
public:
String^ ReadUTF()

Return Value

the utf string value read

Remarks

Reads a UTF-8 string. Since the length of the string cannot be determined in advance, the method stores the actual length of the string.

See Also