Function stringIsNumeric

  • Tests whether the given string contains only numeric characters.

    Parameters

    • value: string

      The string to check.

    Returns boolean

    true if the given string only contains numeric characters, false otherwise.

Generated using TypeDoc