Reads a String value from the input stream.

C# |
public string ReadString()

The String value retrieved from the input stream.

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