Closed rbenza closed 2 years ago
Use toIntOrNull() and toLongOrNull() to prevent java.lang.NumberFormatException for invalid Strings like: "" or "some name"
@rbenza I am closing this PR as the changes are tiny and I will be trivial for me to pick them up.
Many thanks for your contribution! 🙏
Agreed👍
Use toIntOrNull() and toLongOrNull() to prevent java.lang.NumberFormatException for invalid Strings like: "" or "some name"