4 references to FormatSingle
mscorlib (4)
system\single.cs (4)
182return Number.FormatSingle(m_value, null, NumberFormatInfo.CurrentInfo); 188return Number.FormatSingle(m_value, null, NumberFormatInfo.GetInstance(provider)); 194return Number.FormatSingle(m_value, format, NumberFormatInfo.CurrentInfo); 200return Number.FormatSingle(m_value, format, NumberFormatInfo.GetInstance(provider));