C# Класс withSIX.Core.Extensions.CountExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
FormatCount ( this count, string type ) : string
LarizeAsNeeded ( this str, int count ) : string
Singularize ( this str ) : string

Описание методов

FormatCount() публичный статический Метод

public static FormatCount ( this count, string type ) : string
count this
type string
Результат string

LarizeAsNeeded() публичный статический Метод

public static LarizeAsNeeded ( this str, int count ) : string
str this
count int
Результат string

Singularize() публичный статический Метод

public static Singularize ( this str ) : string
str this
Результат string