C# Class Qowaiv.IFormattableExtensions

Extensions on System.IFormattable.
Afficher le fichier Open project: Corniel/Qowaiv

Méthodes publiques

Méthode Description
ToString ( this formattable, FormattingArguments arguments ) : string

Formats the object using the formatting arguments.

Private Methods

Méthode Description
ToString ( this formattable, FormattingArgumentsCollection argumentsCollection ) : string

Method Details

ToString() public static méthode

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 ///
Résultat string