TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

Tibems.GetEncoding Method 

Returns the name of the global string encoding for messages.

public static string GetEncoding();

Return Value

The name of the encoding used for global string encoding for message.

Remarks

Returns null if encoding is not set. If global encoding is not set, encoding can be set for each message. Otherwise messages use default encoding UTF-8 to encode strings in the wire representation of the message.
For complete details, see the corresponding item in the book TIBCO Enterprise Message Service .NET Reference.

See Also

Tibems Class | TIBCO.EMS Namespace