4 references to FormatDouble
mscorlib (4)
system\double.cs (4)
214return Number.FormatDouble(m_value, null, NumberFormatInfo.CurrentInfo); 220return Number.FormatDouble(m_value, format, NumberFormatInfo.CurrentInfo); 226return Number.FormatDouble(m_value, null, NumberFormatInfo.GetInstance(provider)); 232return Number.FormatDouble(m_value, format, NumberFormatInfo.GetInstance(provider));