Click or drag to resize
Cimbalino ToolkitStreamReaderExtensions Class
Provides a set of static (Shared in Visual Basic) methods for StreamReader instances.
Inheritance Hierarchy
SystemObject
  Cimbalino.Toolkit.ExtensionsStreamReaderExtensions

Namespace: Cimbalino.Toolkit.Extensions
Assembly: Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
public static class StreamReaderExtensions

The StreamReaderExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberReadAllLines
Reads all lines of the stream.
Public methodStatic memberReadAllLinesAsync
Reads all lines of the stream.
Public methodStatic memberReadLines
Reads the lines of a stream.
Top
Version Information

Portable

Supported in: 4.5

Windows

Supported in: 10.0, 8.1

Windows Phone

Supported in: 8.1

Windows Phone Silverlight

Supported in: 8.1, 8.0
See Also