Learn: Classes which are utilized in C#.Net – record taking care of with clarification. In this article, we are composing rundown of the classes which are helpful and significant for document taking care of in C#.Net.
Here is the rundown of certain classes which are helpful and significant in C# for document activities:
- BinaryReader
- BinaryWriter
- BufferedStream
- Catalogue
- DirectoryInfo
- DriveInfo
- Document
- FileInfo
- MemoryStream
- Way
- StreamReader
- StreamWriter
- StringReader
- StringWriter
1) BinaryReader
This class is utilized to reading information from the binary document.
2) BinaryWriter
This class is utilized to compose information into the binary document.
3) BufferdStream
This is an impermanent stockpiling for a flood of bytes.
4) Directory
This is utilized for controlling the index structure.
5) DirectoryInfo
This class is utilized for performing activities on registries.
6) DriveInfo
Utilizing this class we can get data with respect to drive.
7) File
This is utilized for controlling information documents.
8) FileInfo
This class is utilized for performing activities on information records.
9) MemoryStreams
This class is utilized to get to information haphazardly which is put away in memory.
10) Path
This class is utilized to perform the activity on way data.
11) StreamReader
This is utilized to peruse characters from a byte stream.
12) StreamWriter
This is utilized to compose characters to a byte stream.
13) StringReader
This class is utilized to peruse information from string cushion.
14) StringWriter
This is utilized to compose information to string cradle.