C# Class GettextLib.StringFormatWith

Afficher le fichier Open project: while-true/gettext

Méthodes publiques

Méthode 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 méthode

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

FormatWith() public static méthode

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
Résultat string