C# 클래스 Dinheiro.GoogleAnalytics.Utilities.FormatWithExtensions

Enables format strings to contain property names. See http://james.newtonking.com/archive/2008/03/29/formatwith-2-0-string-formatting-with-named-variables.aspx
파일 보기 프로젝트 열기: davidduffett/Dinheiro

공개 메소드들

메소드 설명
FormatWithForJavascript ( this format, object source, IFormatProvider provider = null ) : string

비공개 메소드들

메소드 설명
encodeValues ( IEnumerable values ) : object[]

메소드 상세

FormatWithForJavascript() 공개 정적인 메소드

public static FormatWithForJavascript ( this format, object source, IFormatProvider provider = null ) : string
format this
source object
provider IFormatProvider
리턴 string