Reads a character from the input stream.

C# |
public char ReadChar()

The character value retrieved from the input stream.

Exception | Condition |
---|---|
[SoamException] | If the value could not be read from the input stream. |
C# |
public char ReadChar()
Exception | Condition |
---|---|
[SoamException] | If the value could not be read from the input stream. |