C# Class withSIX.Core.Extensions.CountExtensions

Mostrar archivo Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
FormatCount ( this count, string type ) : string
LarizeAsNeeded ( this str, int count ) : string
Singularize ( this str ) : string

Method Details

FormatCount() public static method

public static FormatCount ( this count, string type ) : string
count this
type string
return string

LarizeAsNeeded() public static method

public static LarizeAsNeeded ( this str, int count ) : string
str this
count int
return string

Singularize() public static method

public static Singularize ( this str ) : string
str this
return string