TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

Tibems.SetEncoding Method 

Set global string encoding for messages.

public static void SetEncoding(
   string encodingName
);

Parameters

encodingName
the name of the encoding, e.g. "utf-8"

Remarks

Specified encoding will apply to all String values and names of properties and message fields but does not apply to message header fields and WriteUTF method of BytesMessage.
For complete details, see the corresponding item in the book TIBCO Enterprise Message Service .NET Reference.

Exceptions

Exception Type Condition
EMSException if the encoding is not supported

See Also

Tibems Class | TIBCO.EMS Namespace