Skip to content

Instantly share code, notes, and snippets.

@mochadwi
Last active June 23, 2021 16:10
Show Gist options
  • Save mochadwi/b3f4261e1a25dee976db02e7d917555b to your computer and use it in GitHub Desktop.
Save mochadwi/b3f4261e1a25dee976db02e7d917555b to your computer and use it in GitHub Desktop.
val a = "123".toInt()
// or
val a = "a".toIntOrNull()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment