Extensions..::..PluralizeMonsterName Method

Pluralizes a monster name, with various special cases for unusual names

Namespace:  AngbandOS.Core
Assembly:  AngbandOS.Core (in AngbandOS.Core.dll)

Syntax


public static string PluralizeMonsterName(
	this string name
)

Parameters

name
Type: String
The name to pluralize.

Return Value

The plural form of the name.