Thursday, April 10.
  • Top Posts

    What are C# I/O Classes? What are the commonly used I/O Classes?

     C# has System.IO namespace, consisting of classes that are used to perform various operations on files like creating, deleting, opening, closing etc.
    Some commonly used I/O classes are:
    • File â€“ Helps in manipulating a file.
    • StreamWriter â€“ Used for writing characters to a stream.
    • StreamReader â€“ Used for reading characters to a stream.
    • StringWriter â€“ Used for reading a string buffer.
    • StringReader â€“ Used for writing a string buffer.
    • Path â€“ Used for performing operations related to path information.

    No comments

    Post Top Ad

    ad728

    Post Bottom Ad

    ad728