2 references to UInt128ToBinaryStr
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (2)
1181
return
UInt128ToBinaryStr
(value, digits);
1299
return
UInt128ToBinaryStr
((Int128)value, digits);