Show / Hide Table of Contents

    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 Doc

    ToTextReader(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 value.

    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX