Ejemplo n.º 1
0
 private static void expandBelow13DigitNumber(string text, WordRelation wordRelation)
 {
     NumberExpander.expandLargeNumber(text, "billion", 9, wordRelation);
 }
Ejemplo n.º 2
0
 private static void expandBelow7DigitNumber(string text, WordRelation wordRelation)
 {
     NumberExpander.expandLargeNumber(text, "thousand", 3, wordRelation);
 }