[TIBCO.EMS .NET client library 6.3 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Writes a utf string to the bytes message stream
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public void WriteUTF( string value ) |
Public Sub WriteUTF ( _ value As String _ ) |
public: void WriteUTF( String^ value ) |
Parameters
- value
- Type: System..::.String
the utf string value to be written
Remarks
Writes variable-length encoded UTF-8 data to the stream and advances the write position
so that the next write call appends to the new end of the stream.