IPluralizationService.Pluralize(String) Method

Definition

Pluralize a word using the service.

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

Parameters

word
String

The word to pluralize.

Returns

The pluralized word

Applies to