EnglishPluralizationService.Pluralize(String) Method

Definition

Returns the plural form of the specified word.

public string Pluralize (string word);
abstract member Pluralize : string -> string
override this.Pluralize : string -> string
Public Function Pluralize (word As String) As String

Parameters

word
String

The word to be made plural.

Returns

The plural form of the input parameter.

Implements

Applies to