C# Class Nvelope.English

TODO: Update summary.
Show file Open project: TrinityWestern/Nvelope

Public Properties

Property Type Description
WrittenNumerals string>.Dictionary

Public Methods

Method Description
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

Method Details

Conjoin() public static method

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

Conjoin() public static method

public static Conjoin ( string conjuction, IEnumerable parts ) : string
conjuction string
parts IEnumerable
return string

DescribeByMonth() public static method

public static DescribeByMonth ( this when ) : string
when this
return string

Number() public static method

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

Pluralize() public static method

public static Pluralize ( string noun ) : string
noun string
return string

Property Details

WrittenNumerals public static property

public static Dictionary WrittenNumerals
return string>.Dictionary