Class EnglishNumberFormatExtensions
Extension methods to spell out numbers into English.
Inspiration: https://stackoverflow.com/a/2601001
Inheritance
System.Object
EnglishNumberFormatExtensions
Assembly: Lucene.Net.Benchmark.dll
Syntax
public static class EnglishNumberFormatExtensions : object
Methods
Name | Description |
---|---|
ToWords(Int32) | Returns the spelled-out English words for the provided |
ToWords(Int64) | Returns the spelled-out English words for the provided |