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