Method | Description | |
---|---|---|
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 | |
return | string |
public static LarizeAsNeeded ( this str, int count ) : string | ||
str | this | |
count | int | |
return | string |
public static Singularize ( this str ) : string | ||
str | this | |
return | string |