Méthode | Description | |
---|---|---|
IsNounPluralOfNoun ( string plural, string singular ) : bool |
Determines whether [is noun plural of noun] [the specified plural].
|
|
ToPlural ( string noun ) : string |
Converts to the plural.
|
|
ToSingular ( string noun ) : string |
Converts to the singular.
|
Méthode | Description | |
---|---|---|
AdjustCase ( string s, string template ) : string | ||
Pluralizer ( ) : System | ||
ToPluralInternal ( string s ) : string | ||
ToSingularInternal ( string s ) : string |
public static IsNounPluralOfNoun ( string plural, string singular ) : bool | ||
plural | string | The plural. |
singular | string | The singular. |
Résultat | bool |
public static ToPlural ( string noun ) : string | ||
noun | string | The word. |
Résultat | string |
public static ToSingular ( string noun ) : string | ||
noun | string | The word. |
Résultat | string |