C# Класс GettextLib.StringFormatWith

Показать файл Открыть проект

Открытые методы

Метод Описание
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