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