FunctionsType Conversion
to_bin
Converts an integer value to binary text. Negative values use two's-complement UInt64 bit representation.
to_bin(…) → StringKind · scalar
Converts an integer value to binary text. Negative values use two's-complement UInt64 bit representation.
Part of the Type Conversion family.