6 references to FormatUInt32
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Byte.cs (2)
149return Number.FormatUInt32(m_value, format, null); 159return Number.FormatUInt32(m_value, format, provider);
src\libraries\System.Private.CoreLib\src\System\UInt16.cs (2)
105return Number.FormatUInt32(m_value, format, null); 110return Number.FormatUInt32(m_value, format, provider);
src\libraries\System.Private.CoreLib\src\System\UInt32.cs (2)
121return Number.FormatUInt32(m_value, format, null); 126return Number.FormatUInt32(m_value, format, provider);