C# 클래스 GettextLib.StringFormatWith

파일 보기 프로젝트 열기: while-true/gettext

공개 메소드들

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

Calls String.Format with the current translation string's locale.

FormatWith ( this format, object source ) : string

Calls String.Format with the current translation string's locale. Uses named parameters.

메소드 상세

Format() 공개 정적인 메소드

Calls String.Format with the current translation string's locale.
public static Format ( this format ) : string
format this The string being formatted
리턴 string

FormatWith() 공개 정적인 메소드

Calls String.Format with the current translation string's locale. Uses named parameters.
public static FormatWith ( this format, object source ) : string
format this String format
source object Data object
리턴 string