Read(Char) Method
- Last UpdatedApr 08, 2026
- 1 minute read
Reads a System.Char from the buffer.
Parameters
- val
- The System.Char value read in the buffer.
| Exception | Description |
|---|---|
| PubSubBuffer.WrongReadTypeException | Next item type read in the buffer is not a valid System.Char. |
It will convert the System.SByte to a System.Char.