C# Class Qowaiv.IFormattableExtensions

Extensions on System.IFormattable.
Mostra file Open project: Corniel/Qowaiv

Public Methods

Method Description
ToString ( this formattable, FormattingArguments arguments ) : string

Formats the object using the formatting arguments.

Private Methods

Method Description
ToString ( this formattable, FormattingArgumentsCollection argumentsCollection ) : string

Method Details

ToString() public static method

Formats the object using the formatting arguments.
public static ToString ( this formattable, FormattingArguments arguments ) : string
formattable this /// The object to format. ///
arguments Qowaiv.Formatting.FormattingArguments /// The formatting arguments ///
return string