Click or drag to resize

Console.WriteLine Method

X#
Write a string to the console window and start a new line.

Namespace:  VO
Assembly:  VOConsoleClasses (in VOConsoleClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD WriteLine(
	sMsg AS STRING
) AS VOID
Request Example View Source

Parameters

sMsg
Type: String
The string to be written to the console.
See Also