java.lang.Object
edu.hm.hafner.analysis.util.IntegerParser
Parses integers from string values.
- Autor:
- Ullrich Hafner
-
Methodenübersicht
-
Methodendetails
-
parseInt
Converts a number (represented by the specified String) to an integer value. If the string is not a valid number, then 0 is returned. This method does not throw exceptions if the value is invalid.- Parameter:
number- the line number (as a string)- Gibt zurück:
- the converted number
- Siehe auch:
-