C# Class SolarCalculator.Extensions.StringExtensions

string extensions
ファイルを表示 Open project: steveoh/SolarCalculator

Public Methods

Method Description
With ( this format ) : string

Replaces string.format witha more fluent "".with(param) syntax

Method Details

With() public static method

Replaces string.format witha more fluent "".with(param) syntax
public static With ( this format ) : string
format this The string to format.
return string