Function intToString

  • Converts an integer to a string using the specified encoding.

    Parameters

    • int: number

      The integer to be converted to a string.

    • Optional encoding: Encoding

      The encoding to be used for the conversion.

    Returns string

    The string representation of the input integer.

Generated using TypeDoc