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

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

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

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

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

Метод Описание
FormatOutput ( ) : System

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

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

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

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

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

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

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.
Результат void