C# Class DropkicKExample.StringExtensions

Extensions for strings
Show file Open project: ferventcoder/presentations

Public Methods

Method Description
FormatWith ( this input ) : string

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

Method Details

FormatWith() public static method

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