Exemplo n.º 1
0
 public static string ToWord(this double d)
 {
     return(NumberToWord.changeNumericToWords(d));
 }