C# Class WebApplications.Utilities.Formatting.FormatOutput

Inheritance: IFormattable, IWriteable
Datei anzeigen Open project: webappsuk/CoreLibraries

Public Methods

Method Description
ToString ( ) : string

Returns a System.String that represents this instance.

WriteTo ( TextWriter writer, string format = null ) : void

Writes this instance to the writer, using the optional format.

Private Methods

Method Description
FormatOutput ( ) : System

Prevents a default instance of the FormatOutput class from being created.

ToString ( [ format, [ formatProvider = null ) : string

Method Details

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string

WriteTo() public method

Writes this instance to the writer, using the optional format.
public WriteTo ( TextWriter writer, string format = null ) : void
writer System.IO.TextWriter The writer.
format string The format.
return void