Method ReadString
ReadString()
Reads an object of type System.String from the current stream and advances the stream position. This method reads directly from the underlying stream.
Declaration
public abstract string ReadString()
Returns
Type | Description |
---|---|
System.String | object read from the stream |
ReadString(String)
Reads an object of type System.String from the current stream and advances the stream position. This method reads directly from the underlying stream.
Declaration
public abstract string ReadString(string defultValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | defultValue |
Returns
Type | Description |
---|---|
System.String | object read from the stream |