This documentation is archived and is not being maintained.

XhtmlMobileTextWriter::WriteLine Method

Writes a line terminator string to the output stream if SuppressNewLine is false. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method WriteLine() Writes a line terminator string to the output stream if SuppressNewLine is false. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides HtmlTextWriter::WriteLine().)
Public method WriteLine(Boolean) Writes any pending tab spacing and the text representation of a Boolean value, then if SuppressNewLine is false, writes a line terminator string to the output stream. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides HtmlTextWriter::WriteLine(Boolean).)
Public method WriteLine(Char) Writes any pending tab spacing and a Unicode character, and if SuppressNewLine is false, writes a line terminator string to the output stream. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides HtmlTextWriter::WriteLine(Char).)
Public method WriteLine(array<Char>) Writes any pending tab spacing and an array of Unicode characters, and if SuppressNewLine is false, writes a line terminator string to the output stream. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides HtmlTextWriter::WriteLine(array<Char>).)
Public method WriteLine(Decimal) Writes the text representation of a decimal value followed by a line terminator to the text stream. (Inherited from TextWriter.)
Public method WriteLine(Double) Writes any pending tab spacing and the text representation of a double-precision floating-point number, and if SuppressNewLine is false, writes a line terminator string to the output stream. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides HtmlTextWriter::WriteLine(Double).)
Public method WriteLine(Int32) Writes any pending tab spacing and the text representation of a 32-byte signed integer, and if SuppressNewLine is false, writes a line terminator string to the output stream. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides HtmlTextWriter::WriteLine(Int32).)
Public method WriteLine(Int64) Writes any pending tab spacing and the text representation of a 64-byte signed integer, and if SuppressNewLine is false, writes a line terminator string to the output stream. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides HtmlTextWriter::WriteLine(Int64).)
Public method WriteLine(Object) Writes any pending tab spacing and the text representation of an object, and if SuppressNewLine is false, writes a line terminator string to the output stream. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides HtmlTextWriter::WriteLine(Object).)
Public method WriteLine(Single) Writes any pending tab spacing and the text representation of a single-precision floating-point number, and if SuppressNewLine is false, writes a line terminator string to the output stream. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides HtmlTextWriter::WriteLine(Single).)
Public method WriteLine(String) Writes any pending tab spacing and a text string, and if SuppressNewLine is false, writes a line terminator string to the output stream. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides HtmlTextWriter::WriteLine(String).)
Public method 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 HtmlTextWriter.)
Public method WriteLine(UInt64) Writes the text representation of an 8-byte unsigned integer followed by a line terminator to the text stream. (Inherited from TextWriter.)
Public method WriteLine(String, Object) Writes any pending tab spacing and a formatted string containing the text representation of an object, and if SuppressNewLine is false, writes a line terminator string to the output stream. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides HtmlTextWriter::WriteLine(String, Object).)
Public method WriteLine(String, array<Object>) Writes any pending tab spacing and a formatted string that contains the text representation of an object array, and if SuppressNewLine is false, writes a line terminator string to the output stream. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides HtmlTextWriter::WriteLine(String, array<Object>).)
Public method WriteLine(array<Char>, Int32, Int32) Writes any pending tab spacing and a subarray of Unicode characters, and if SuppressNewLine is false, writes a line terminator string to the output stream. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides HtmlTextWriter::WriteLine(array<Char>, Int32, Int32).)
Public method WriteLine(String, Object, Object) Writes any pending tab spacing and a formatted string that contains the text representation of two objects, and if SuppressNewLine is false, writes a line terminator string to the output stream. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site. (Overrides HtmlTextWriter::WriteLine(String, Object, Object).)
Public method WriteLine(String, Object, Object, Object) Writes out a formatted string and a new line, using the same semantics as Format. (Inherited from TextWriter.)
Top
Show: