C# Class WebApplications.Utilities.Formatting.Writeable

Base class for implementing IWriteable and IFormattable.
Inheritance: IFormattable, IWriteable
Afficher le fichier Open project: webappsuk/CoreLibraries

Méthodes publiques

Méthode 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

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

Method Details

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string

WriteTo() public abstract méthode

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