toBinStr32(a)

Formats a number as a binary string of  length 32.


Syntax

  • no underlying function - use toBinStrN
  • a: scalar Int - value to be converted to binary string
    return: Text -  input represented by a string of 32 1's and 0's

    Usage

    Use this to show in human readable format the binary representation of an integer.

    Location

    menu: veeos ==> Data  ==> Conversion ==> toBinStr32

    library: dataLib

    Example

    toBinStr32(388775) returns "00000000000000001001011101110111"

    Notes

    This object is provided as a convenience only. It is a special case of toBinStrN()

    Reference

    Dependencies

    uses toBinStrN()

    Supported On

    VEE 7.0+, all platforms

    See Also

    toBinStr8, toBinStr16, toBinStr64, toBinStrNhexToInttoUInt8, toInt16, toInt32, toEngr


    © 2015-2025. All Rights Reserved. Stan Bischof (stan@worldbadminton.com). Last updated 03 February 2023 13:03.