Read Method
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.IO Namespace
TextReader Class
TextReader Methods
Read Method
Read Method
Read Method (Char[], Int32, In ...
TextReader Methods
Close Method
Dispose Method
IDisposable.Dispose Method
MemberwiseClone Method
Peek Method
Read Method
ReadBlock Method
ReadLine Method
ReadToEnd Method
Synchronized Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
TextReader
.
.
::
.
Read Method
Reads data from an input stream.
Overload List
Name
Description
Read
()
()
()
Reads the next character from the input stream and advances the character position by one character.
Read(
array<
Char
>
[]
()
[]
, Int32, Int32)
Reads a maximum of
count
characters from the current stream and writes the data to
buffer
, beginning at
index
.
Top
See Also
Reference
TextReader Class
TextReader Members
System.IO Namespace
Tags :