ip-num
    Preparing search index...

    Function leftPadWithZeroBit

    • Given a binary string, adds a number of zero to the left until string is as long as the given string length

      Parameters

      • binaryString: string

        the string to pad

      • finalStringLength: number

        the final length of string after padding

      Returns string