C# 클래스 withSIX.Core.Extensions.CountExtensions

파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
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