Skip to content

Instantly share code, notes, and snippets.

@binki
Created March 8, 2018 00:12
Show Gist options
  • Select an option

  • Save binki/61513c005b87b120dc5d069ea5ed85e9 to your computer and use it in GitHub Desktop.

Select an option

Save binki/61513c005b87b120dc5d069ea5ed85e9 to your computer and use it in GitHub Desktop.
csharp hex can be unsigned if big enough
csharp> 0x80000000.GetType()
System.UInt32
csharp> 0x40000000.GetType()
System.Int32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment