2 references to UInt32ToBinaryStr
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Number.Formatting.cs (2)
668
return
UInt32ToBinaryStr
((uint)(value & hexMask), digits);
782
return
UInt32ToBinaryStr
(value, digits);