VB.NET Console.WriteLine - Dot Net Perls
www.dotnetperls.com › console-vbnetOct 21, 2022 · In VB.NET, Console.WriteLine prints a message to the console. And ReadLine will get user input. ReadKey () can handle key presses immediately. Syntax notes. For accessing the console in VB.NET, we use the shared Console class. No instance of Console is needed—we just invoke the functions. An example. This program uses Console.WriteLine.