C#/XAML for HTML5 Documentation
C#/XAML for HTML5 Documentation
Reference
System
Console Class
Console Methods
WriteLine Method
WriteLine Method
WriteLine Method (Boolean)
WriteLine Method (Char)
WriteLine Method (Char[])
WriteLine Method (Decimal)
WriteLine Method (Double)
WriteLine Method (Int32)
WriteLine Method (Int64)
WriteLine Method (Object)
WriteLine Method (Single)
WriteLine Method (String)
WriteLine Method (UInt32)
WriteLine Method (UInt64)
WriteLine Method (String, Object)
WriteLine Method (String, Object[])
WriteLine Method (Char[], Int32, Int32)
WriteLine Method (String, Object, Object)
WriteLine Method (String, Object, Object, Object)
WriteLine Method (String, Object, Object, Object, Object, ...)
Console
WriteLine Method
Writes the current line terminator to the standard output stream.
Namespace:
System
Assembly:
mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
Copy
public
static
void
WriteLine
()
Exceptions
Exception
Condition
IOException
An I/O error occurred.
See Also
Reference
Console Class
WriteLine Overload
System Namespace