Skip to content

Instantly share code, notes, and snippets.

@Hexer10
Created April 27, 2020 09:48
Show Gist options
  • Save Hexer10/a4781ece0ceafa977ba1ca445691f5bb to your computer and use it in GitHub Desktop.
Save Hexer10/a4781ece0ceafa977ba1ca445691f5bb to your computer and use it in GitHub Desktop.
.parseint : Parse a String to an Integer
ANY → int.parse($expr$)
.tryparseint : Try to parse a String to an Integer
ANY → int.tryParse($expr$)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment