Skip to content

Instantly share code, notes, and snippets.

@olvrb
Created August 22, 2018 08:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olvrb/4be5678722dee19db9e02ee3b97afe06 to your computer and use it in GitHub Desktop.
Save olvrb/4be5678722dee19db9e02ee3b97afe06 to your computer and use it in GitHub Desktop.
object: System.Object
string: System.String
bool: System.Boolean
byte: System.Byte
sbyte: System.SByte
short: System.Int16
ushort: System.UInt16
int: System.Int32
uint: System.UInt32
long: System.Int64
ulong: System.UInt64
float: System.Single
double: System.Double
decimal: System.Decimal
char: System.Char
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment