C# Class Fluency.Utils.StringExtensions

Afficher le fichier Open project: ChrisEdwards/Fluency

Méthodes publiques

Méthode Description
format_using ( this format ) : string

Extension for string.Format, since I always forget to type format till the end of the string.

Method Details

format_using() public static méthode

Extension for string.Format, since I always forget to type format till the end of the string.
public static format_using ( this format ) : string
format this The format.
Résultat string