VOOZH about

URL: https://www.geeksforgeeks.org/c-sharp/c-sharp-how-to-get-the-standard-output-stream-through-console/

⇱ C# | How to get the Standard Output Stream through Console - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

C# | How to get the Standard Output Stream through Console

Last Updated : 28 Jan, 2019
Given a normal console, the task is to get the Standard Output Stream through this Console in C#. Approach: This can be done using the Out property in the Console class of the System package in C#. Program: Getting the Standard Output Stream Output: 👁 Image
Note: The TextWriter represents the standard output stream.
Comment
Article Tags:

Explore