C# Class StringFormatEx.Extensions.ExtendedStringFormatterExtensions

Mostra file Open project: qstarin/StringFormatEx

Public Methods

Method Description
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

Method Details

FormatEx() public static method

public static FormatEx ( this format ) : string
format this
return string

FormatEx() public static method

public static FormatEx ( this format, IFormatProvider formatProvider ) : string
format this
formatProvider IFormatProvider
return string

FormatEx() public static method

public static FormatEx ( this format, Stream output ) : void
format this
output Stream
return void

FormatEx() public static method

public static FormatEx ( this format, Stream output, IFormatProvider formatProvider ) : void
format this
output Stream
formatProvider IFormatProvider
return void

FormatEx() public static method

public static FormatEx ( this format, StringBuilder output ) : void
format this
output StringBuilder
return void

FormatEx() public static method

public static FormatEx ( this format, StringBuilder output, IFormatProvider formatProvider ) : void
format this
output StringBuilder
formatProvider IFormatProvider
return void

FormatEx() public static method

public static FormatEx ( this format, TextWriter output ) : void
format this
output System.IO.TextWriter
return void

FormatEx() public static method

public static FormatEx ( this format, TextWriter output, IFormatProvider formatProvider ) : void
format this
output System.IO.TextWriter
formatProvider IFormatProvider
return void