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.
|
public static Format ( this format ) : string | ||
format | this | The string being formatted |
Résultat | string |
public static FormatWith ( this format, object source ) : string | ||
format | this | String format |
source | object | Data object |
Résultat | string |