Reads an Sbyte value from the input stream. (**DEPRECATED** in Symphony 3.1)

C# |
public sbyte ReadSByte()

The SByte value retrieved from the input stream.

NOTE :
This method has been deprecated. Use: Byte InputStream::ReadByteArray()[]; to read binary information from the stream instead.

Exception | Condition |
---|---|
[SoamException] | If the value could not be read from the input stream. |