Writes a String value to the output stream.

C# |
public void WriteString( string x )

- x (String)
- The String value to be written to the output stream.

Exception | Condition |
---|---|
[SoamException] | If the value could not be written to the output stream. |
C# |
public void WriteString( string x )
Exception | Condition |
---|---|
[SoamException] | If the value could not be written to the output stream. |