Show / Hide Table of Contents

    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 Doc

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

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