Class TextReaderConverterExtensions
This is an extension implementation of the TextReaderConverter class.
Inheritance
System.Object
TextReaderConverterExtensions
Namespace: Cuemon.IO
Assembly: Cuemon.IO.dll
Syntax
public static class TextReaderConverterExtensions
Methods
| Improve this DocToTextReader(String)
Converts the specified value
to a System.IO.TextReader object.
Declaration
public static TextReader ToTextReader(this 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 |