C# 클래스 Nvelope.English

TODO: Update summary.
파일 보기 프로젝트 열기: TrinityWestern/Nvelope

공개 프로퍼티들

프로퍼티 타입 설명
WrittenNumerals string>.Dictionary

공개 메소드들

메소드 설명
Conjoin ( string conjuction, IEnumerable parts ) : IHtmlString
Conjoin ( string conjuction, IEnumerable parts ) : string
DescribeByMonth ( this when ) : string
Number ( string noun, int count, bool spellOut = false ) : string
Pluralize ( string noun ) : string

메소드 상세

Conjoin() 공개 정적인 메소드

public static Conjoin ( string conjuction, IEnumerable parts ) : IHtmlString
conjuction string
parts IEnumerable
리턴 IHtmlString

Conjoin() 공개 정적인 메소드

public static Conjoin ( string conjuction, IEnumerable parts ) : string
conjuction string
parts IEnumerable
리턴 string

DescribeByMonth() 공개 정적인 메소드

public static DescribeByMonth ( this when ) : string
when this
리턴 string

Number() 공개 정적인 메소드

public static Number ( string noun, int count, bool spellOut = false ) : string
noun string
count int
spellOut bool
리턴 string

Pluralize() 공개 정적인 메소드

public static Pluralize ( string noun ) : string
noun string
리턴 string

프로퍼티 상세

WrittenNumerals 공개적으로 정적으로 프로퍼티

public static Dictionary WrittenNumerals
리턴 string>.Dictionary