StringUtils.ToPlural method

Version 1.1.28
.NET Framework 4.8
Namespace Skybrud.Essentials.Strings
Assembly Skybrud.Essentials.dll

ToPlural(string)

Static

Converts a singular word to the plural counterpart (for English words only).

public static string ToPlural(string word)

Parameters

word String

The singular word.

Returns

The plural word.