Click or drag to resize

TextOutputServiceBaseWriteLine Method

Overload List
 NameDescription
Public methodWriteLine Starts a new line.
Public methodWriteLine(String) Writes a string to the output and then starts a new line.
Public methodWriteLine(String, Object) Writes a line using the format string and the parameters, then starts a new line.
Public methodWriteLine(IFormatProvider, String, Object) Writes text using a format provider and a composite format string, then starts a new line.
Top
See Also