C# Class GettextLib.StringFormatWith

Mostrar archivo Open project: while-true/gettext

Public Methods

Method Description
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.

Method Details

Format() public static method

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

FormatWith() public static method

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
return string