Exemplo n.º 1
0
 public string FormatNumber(double value)
 {
     return(Numerals.FormatNumber(value, _numfmt));
 }
Exemplo n.º 2
0
 public string FormatNumber(double value) => Numerals.FormatNumber(value, _numfmt);