4 references to FormatUInt64
mscorlib (4)
system\uint64.cs (4)
91return Number.FormatUInt64(m_value, null, NumberFormatInfo.CurrentInfo); 97return Number.FormatUInt64(m_value, null, NumberFormatInfo.GetInstance(provider)); 103return Number.FormatUInt64(m_value, format, NumberFormatInfo.CurrentInfo); 109return Number.FormatUInt64(m_value, format, NumberFormatInfo.GetInstance(provider));