[TIBCO.EMS.UFOCLIENT .NET client library 7.0 documentation]
Assembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)
Writes a utf string to the bytes message stream
Namespace:
TIBCO.EMS.UFOAssembly: TIBCO.EMS.UFO (in TIBCO.EMS.UFO.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.