C# Class withSIX.Core.Extensions.CountExtensions

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
FormatCount ( this count, string type ) : string
LarizeAsNeeded ( this str, int count ) : string
Singularize ( this str ) : string

Method Details

FormatCount() public static méthode

public static FormatCount ( this count, string type ) : string
count this
type string
Résultat string

LarizeAsNeeded() public static méthode

public static LarizeAsNeeded ( this str, int count ) : string
str this
count int
Résultat string

Singularize() public static méthode

public static Singularize ( this str ) : string
str this
Résultat string