C# 클래스 SolarCalculator.Extensions.StringExtensions

string extensions
파일 보기 프로젝트 열기: steveoh/SolarCalculator

공개 메소드들

메소드 설명
With ( this format ) : string

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

메소드 상세

With() 공개 정적인 메소드

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