toggle menu
ktaf
1.5.2
jvm
switch theme
search in API
ktaf
/
com.github.benpollarduk.ktaf.extensions
/
tryParseInt
try
Parse
Int
fun
String
.
tryParseInt
(
)
:
Int
?
Try and parse this string to an
Int
. If the parse succeeds then an
Int
is returned, else null.