StringUtils.ToSingular method

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

ToSingular(string)

Static

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

public static string ToSingular(string word)

Parameters

word String

The plural word.

Returns

The singular word.