FormatGeneral() private method

private FormatGeneral ( int precision, NumberFormatInfo nfi ) : string
precision int
nfi System.Globalization.NumberFormatInfo
return string
Exemplo n.º 1
0
 public string ToString(IFormatProvider formatProvider)
 {
     return(NumberFormatter.FormatGeneral(new NumberFormatter.NumberStore(this.m_value), formatProvider));
 }
Exemplo n.º 2
0
 public override string ToString()
 {
     return(NumberFormatter.FormatGeneral(new NumberFormatter.NumberStore(this.m_value)));
 }