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