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