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