5 references to UInt128ToDecStr
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (5)
1107? UInt128ToDecStr((UInt128)value, digits: -1) 1123? UInt128ToDecStr((UInt128)value, digits) 1228return UInt128ToDecStr(value, digits: -1); 1242return UInt128ToDecStr(value, digits); 2230? UInt128ToDecStr((UInt128)value, -1)