Assuming the specified String represents a long, returns that long's value. Throws an exception if the String cannot be parsed as a long. @param s the String containing the integer @param radix the radix to be used @exception NumberFormatException If the String does not contain a
(String s, int radix)