Version

WriteLine Method

Writes any pending tab spacing and the text representation of a 4-byte unsigned integer, followed by a line terminator string, to the output stream.
Overload List
OverloadDescription
WriteLine()  
WriteLine(Boolean)  
WriteLine(Char)  
WriteLine(Char[])  
WriteLine(Double)  
WriteLine(Int32)  
WriteLine(Int64)  
WriteLine(Object)  
WriteLine(Single)  
WriteLine(String)  
WriteLine(String,Object)  
WriteLine(String,Object,Object)  
WriteLine(String,Object[])  
WriteLine(Char[],Int32,Int32)  
WriteLine(UInt32)Writes any pending tab spacing and the text representation of a 4-byte unsigned integer, followed by a line terminator string, to the output stream. (Inherited from System.Web.UI.HtmlTextWriter)
WriteLine(UInt64)Writes the text representation of an 8-byte unsigned integer followed by a line terminator to the text string or stream. (Inherited from System.IO.TextWriter)
WriteLine(Decimal)Writes the text representation of a decimal value followed by a line terminator to the text string or stream. (Inherited from System.IO.TextWriter)
WriteLine(String,Object,Object,Object)Writes out a formatted string and a new line, using the same semantics as System.String.Format(System.String,System.Object). (Inherited from System.IO.TextWriter)
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also