10 references to FormatUInt32
mscorlib (10)
system\int16.cs (1)
112return Number.FormatUInt32(temp,format, info);
system\sbyte.cs (1)
114return Number.FormatUInt32(temp, format, info);
system\uint16.cs (4)
84return Number.FormatUInt32(m_value, null, NumberFormatInfo.CurrentInfo); 90return Number.FormatUInt32(m_value, null, NumberFormatInfo.GetInstance(provider)); 97return Number.FormatUInt32(m_value, format, NumberFormatInfo.CurrentInfo); 103return Number.FormatUInt32(m_value, format, NumberFormatInfo.GetInstance(provider));
system\uint32.cs (4)
95return Number.FormatUInt32(m_value, null, NumberFormatInfo.CurrentInfo); 101return Number.FormatUInt32(m_value, null, NumberFormatInfo.GetInstance(provider)); 107return Number.FormatUInt32(m_value, format, NumberFormatInfo.CurrentInfo); 113return Number.FormatUInt32(m_value, format, NumberFormatInfo.GetInstance(provider));