Extensions of
StreamReader
.
- Namespace
- Songhay
.Extensions - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["StreamReaderExtensions"]
class Type type-node
Syntax
public static class StreamReaderExtensions
Remarks
“StreamReader is designed for character input in a particular encoding,
whereas the Stream class is designed for byte input and output.”
— https://learn.microsoft.com/en-us/dotnet/api/system.io.streamreader?view=net-5.0#remarks
Methods
Name | Return Value | Summary |
---|---|---|
ReadLinesAsync |
Task |
Reads the lines from the specified
StreamReader .
static
|