Write a two byte value to the message stream representing the character
value passed. High byte first.
Namespace:
Apache.NMSAssembly: Apache.NMS (in Apache.NMS.dll)
Syntax
| Visual Basic |
|---|
Sub WriteChar ( _ value As Char _ ) |
| C# |
|---|
void WriteChar( char value ) |
| Visual C++ |
|---|
void WriteChar( wchar_t value ) |
| JavaScript |
|---|
function writeChar(value); |
Parameters
- value
- Type: System..::..Char
A Char
Exceptions
| Exception | Condition |
|---|---|
| Apache.NMS..::..MessageNotWriteableException | Thrown when the Message is in read-only mode. |
| Apache.NMS..::..NMSException | Thrown when there is an unhandled exception thrown from the provider. |