C# Class DropkicKExample.StringExtensions

Extensions for strings
Afficher le fichier Open project: ferventcoder/presentations

Méthodes publiques

Méthode Description
FormatWith ( this input ) : string

Formats string with the formatting passed in. This is a shortcut to string.Format().

Method Details

FormatWith() public static méthode

Formats string with the formatting passed in. This is a shortcut to string.Format().
public static FormatWith ( this input ) : string
input this The input.
Résultat string