WebLogic Messaging API Class Library

IMapMessage.GetChar\xA0Method\xA0

Returns the Unicode character value with the specified name.

char\xA0GetChar(
\xA0\xA0\xA0String\xA0name
);

Parameters

String
the name of the Unicode character

Return Value

the Unicode character value with the specified name

Exceptions

Exception Type Condition
MessageException if JMS fails to read the message due to some internal error.
MessageFormatException if this type conversion is invalid.

See Also

IMapMessage Interface | WebLogic.Messaging Namespace