4 references to FormatDouble
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Double.cs (4)
357return Number.FormatDouble(m_value, null, NumberFormatInfo.CurrentInfo); 362return Number.FormatDouble(m_value, format, NumberFormatInfo.CurrentInfo); 367return Number.FormatDouble(m_value, null, NumberFormatInfo.GetInstance(provider)); 372return Number.FormatDouble(m_value, format, NumberFormatInfo.GetInstance(provider));