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.

Namespace:   System.Web.UI.MobileControls.Adapters.XhtmlAdapters
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

NameDescription
System_CAPS_pubmethodWriteLine()

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().)

System_CAPS_pubmethodWriteLine(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).)

System_CAPS_pubmethodWriteLine(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).)

System_CAPS_pubmethodWriteLine(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>^).)

System_CAPS_pubmethodWriteLine(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).)

System_CAPS_pubmethodWriteLine(Decimal)

Writes the text representation of a decimal value followed by a line terminator to the text string or stream.(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLine(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).)

System_CAPS_pubmethodWriteLine(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).)

System_CAPS_pubmethodWriteLine(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).)

System_CAPS_pubmethodWriteLine(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^).)

System_CAPS_pubmethodWriteLine(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).)

System_CAPS_pubmethodWriteLine(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^).)

System_CAPS_pubmethodWriteLine(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^).)

System_CAPS_pubmethodWriteLine(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^).)

System_CAPS_pubmethodWriteLine(String^, Object^, Object^, Object^)

Writes out a formatted string and a new line, using the same semantics as Format.(Inherited from TextWriter.)

System_CAPS_pubmethodWriteLine(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^>^).)

System_CAPS_pubmethodWriteLine(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.)

System_CAPS_pubmethodWriteLine(UInt64)

Writes the text representation of an 8-byte unsigned integer followed by a line terminator to the text string or stream.(Inherited from TextWriter.)

Return to top
Show: