Метод | Описание | |
---|---|---|
FormatCount ( this count, string type ) : string | ||
LarizeAsNeeded ( this str, int count ) : string | ||
Singularize ( this str ) : string |
public static FormatCount ( this count, string type ) : string | ||
count | this | |
type | string | |
Результат | string |
public static LarizeAsNeeded ( this str, int count ) : string | ||
str | this | |
count | int | |
Результат | string |
public static Singularize ( this str ) : string | ||
str | this | |
Результат | string |