EnglishPluralizationService.Pluralize Method (String)

 

Returns the plural form of the specified word.

Namespace:   System.Data.Entity.Infrastructure.Pluralization
Assembly:  EntityFramework (in EntityFramework.dll)

public string Pluralize(
	string word
)

Parameters

word
Type: System.String

The word to be made plural.

Return Value

Type: System.String

The plural form of the input parameter.