Method ReadString
ReadString()
Reads an object of type System.
Declaration
public abstract string ReadString()
Returns
Type | Description |
---|---|
System. |
object read from the stream |
ReadString(String)
Reads an object of type System.
Declaration
public abstract string ReadString(string defultValue)
Parameters
Type | Name | Description |
---|---|---|
System. |
defultValue |
Returns
Type | Description |
---|---|
System. |
object read from the stream |