Class TextReaderConverter
This utility class is designed to make System.IO.TextReader related conversions easier to work with.
Inheritance
System.Object
TextReaderConverter
Namespace: Cuemon.IO
Assembly: Cuemon.IO.dll
Syntax
public static class TextReaderConverter
Methods
| Improve this DocFromString(String)
Converts the specified value
to a System.IO.TextReader object.
Declaration
public static TextReader FromString(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The string to be converted. |
Returns
Type | Description |
---|---|
System.IO.TextReader | A System.IO.TextReader initialized with |