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