Console.WriteLine Method (Typed) | |
Write a string to the console window and start a new line.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOConsoleClasses (in XSharp.VOConsoleClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD WriteLine(
sMsg AS STRING
) AS VOID
public virtual void WriteLine(
string sMsg
)
Request Example
View SourceParameters
- sMsg
- Type: String
The string to be written to the console.
See Also