Skip to content

Instantly share code, notes, and snippets.

@mallibone
Created February 4, 2017 07:19
Show Gist options
  • Save mallibone/50cffc143d6ced8680f362aa1d3bd36a to your computer and use it in GitHub Desktop.
Save mallibone/50cffc143d6ced8680f362aa1d3bd36a to your computer and use it in GitHub Desktop.
[int]$i = 12
$i.GetType()
$i = "Hello"
$i.GetType()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment