EnglishPluralizationService.Singularize Method (String)

 

Returns the singular form of the specified word.

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

public string Singularize(
	string word
)

Parameters

word
Type: System.String

The word to be made singular.

Return Value

Type: System.String

The singular form of the input parameter.