Click or drag to resize
TypeHelperGetPlural Method
Gets the plural for the given name

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public static string GetPlural(
	string name
)

Parameters

name
Type: SystemString
Name to convert

Return Value

Type: String
See Also