@yookue/ts-lang-utils
    Preparing search index...

    Function toString

    • Returns a string value from the given number

      Parameters

      • Optionalsource: null | number

        the source value to inspect

      • Optionalradix: number

        the radix for converting numeric value to string

      Returns undefined | string

      a string value from the given number

      David Hsing

      toString(1);    // '1'