2 references to UInt128ToDecStr
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (1)
2500
return
UInt128ToDecStr
(value);
src\libraries\System.Private.CoreLib\src\System\UInt128.cs (1)
102
return Number.
UInt128ToDecStr
(this);