When used with numbers, the toString () method converts a number to a string representation using the underlying numbering system specified by the optional base.
For example, the number 8 and toString (2) will return "1000".
Is there a way to achieve the opposite? Ie, convert the string "1000" back to the number 8?
posfan12
source share