10 references to UInt32ToDecStr
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Byte.cs (2)
144return Number.UInt32ToDecStr(m_value); 154return Number.UInt32ToDecStr(m_value);
src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (4)
645UInt32ToDecStr((uint)value) : 762return UInt32ToDecStr(value); 1372UInt32ToDecStr((uint)value) : 1711return UInt32ToDecStr(value);
src\libraries\System.Private.CoreLib\src\System\UInt16.cs (2)
95return Number.UInt32ToDecStr(m_value); 100return Number.UInt32ToDecStr(m_value);
src\libraries\System.Private.CoreLib\src\System\UInt32.cs (2)
111return Number.UInt32ToDecStr(m_value); 116return Number.UInt32ToDecStr(m_value);