C# Class WebApplications.Utilities.Formatting.Writeable

Base class for implementing IWriteable and IFormattable.
Inheritance: IFormattable, IWriteable
Datei anzeigen Open project: webappsuk/CoreLibraries

Public Methods

Method Description
ToString ( ) : string

Returns a System.String that represents this instance.

WriteTo ( [ writer, [ lineFormat = null ) : void

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

Private Methods

Method Description
ToString ( [ format, [ formatProvider = null ) : string
WriteTo ( TextWriter writer, string format ) : void

Method Details

ToString() public method

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

WriteTo() public abstract method

Writes this instance to the writer, using the optional lineFormat.
public abstract WriteTo ( [ writer, [ lineFormat = null ) : void
writer [ The writer.
lineFormat [ The format.
return void