Share via


IPluralizer.Pluralize(String) Method

Definition

Gets the plural version of the given identifier. Returns the same identifier if it is already pluralized.

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

Parameters

identifier
String

The identifier to be pluralized.

Returns

The pluralized identifier.

Applies to