Checks if a string contains only numeric characters.
The string to check.
The numeric base to consider when checking for numericity.
true if the string contains only numeric characters.
See Implementation
Checks if a string contains only numeric characters.