Method
Description
Used to Print to the terminal in ConsoleApplications.
Usage
Print(data)
Part |
Type |
Description |
---|---|---|
data |
The text to be printed. |
Notes
The Print method performs the same operation as a call to the WriteLine method of the StandardOutputStream class.
Sample code
Print("App started.")
Compatibility
Project Types |
Console, Web |
Operating Systems |
All |
See also
ConsoleApplication, StandardInputStream, StandardOutputStream classes; TargetConsole constant.