C# Класс WebApplications.Utilities.Formatting.Writeable

Base class for implementing IWriteable and IFormattable.
Наследование: IFormattable, IWriteable
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
ToString ( [ format, [ formatProvider = null ) : string
WriteTo ( TextWriter writer, string format ) : void

Описание методов

ToString() публичный Метод

Returns a System.String that represents this instance.
public ToString ( ) : string
Результат string

WriteTo() публичный абстрактный Метод

Writes this instance to the writer, using the optional lineFormat.
public abstract WriteTo ( [ writer, [ lineFormat = null ) : void
writer [ The writer.
lineFormat [ The format.
Результат void