C# Класс StringFormatEx.Extensions.ExtendedStringFormatterExtensions

Показать файл Открыть проект

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

Метод Описание
FormatEx ( this format ) : string
FormatEx ( this format, IFormatProvider formatProvider ) : string
FormatEx ( this format, Stream output ) : void
FormatEx ( this format, Stream output, IFormatProvider formatProvider ) : void
FormatEx ( this format, StringBuilder output ) : void
FormatEx ( this format, StringBuilder output, IFormatProvider formatProvider ) : void
FormatEx ( this format, TextWriter output ) : void
FormatEx ( this format, TextWriter output, IFormatProvider formatProvider ) : void

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

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

public static FormatEx ( this format ) : string
format this
Результат string

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

public static FormatEx ( this format, IFormatProvider formatProvider ) : string
format this
formatProvider IFormatProvider
Результат string

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

public static FormatEx ( this format, Stream output ) : void
format this
output Stream
Результат void

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

public static FormatEx ( this format, Stream output, IFormatProvider formatProvider ) : void
format this
output Stream
formatProvider IFormatProvider
Результат void

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

public static FormatEx ( this format, StringBuilder output ) : void
format this
output StringBuilder
Результат void

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

public static FormatEx ( this format, StringBuilder output, IFormatProvider formatProvider ) : void
format this
output StringBuilder
formatProvider IFormatProvider
Результат void

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

public static FormatEx ( this format, TextWriter output ) : void
format this
output System.IO.TextWriter
Результат void

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

public static FormatEx ( this format, TextWriter output, IFormatProvider formatProvider ) : void
format this
output System.IO.TextWriter
formatProvider IFormatProvider
Результат void