StringReader Methods |
The StringReader type exposes the following members.
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the TextReader object. (Inherited from TextReader.) | |
Dispose(Boolean) | Releases the unmanaged resources used by the TextReader and optionally releases the managed resources. (Inherited from TextReader.) | |
Equals(Object) | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ReadToEnd | Reads all characters from the current position to the end of the TextReader and returns them as one string. (Inherited from TextReader.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |