Méthode | Description | |
---|---|---|
IsPlural ( this value ) : bool |
Determines whether the specified word is plural.
|
|
IsSingular ( this value ) : bool |
Determines whether the specified word is singular.
|
|
ToPlural ( this value ) : string |
Returns the plural form of the specified word.
|
|
ToSingular ( this value ) : string |
Returns the singular form of the specified word.
|
Méthode | Description | |
---|---|---|
StringExtensions ( ) : System |
public static IsPlural ( this value ) : bool | ||
value | this | The word to be analyzed. |
Résultat | bool |
public static IsSingular ( this value ) : bool | ||
value | this | The word to be analyzed. |
Résultat | bool |
public static ToPlural ( this value ) : string | ||
value | this | The word to be made plural. |
Résultat | string |
public static ToSingular ( this value ) : string | ||
value | this | The word to be made singular. |
Résultat | string |