4 references to FormatInt64
mscorlib (4)
system\int64.cs (4)
92return Number.FormatInt64(m_value, null, NumberFormatInfo.CurrentInfo); 98return Number.FormatInt64(m_value, null, NumberFormatInfo.GetInstance(provider)); 104return Number.FormatInt64(m_value, format, NumberFormatInfo.CurrentInfo); 110return Number.FormatInt64(m_value, format, NumberFormatInfo.GetInstance(provider));