isNumeric

fun isNumeric(toCheck: String): Boolean

Helper function that returns if a string is only made of numbers

Parameters

toCheck

The string to verify