system.int64 and system.int32 Difference

system.int64 and system.int32

Basic :
  • int is an alias for Int32
  • long is an alias for Int64

More :

On both 32-bit and 64-bit machines:
  • long is 64-bit, it's a synonym for System.Int64.
  • int is 32-bit, it's a synonym for System.Int32.

Comments

Popular posts from this blog

Add Serial no in crystal report without coding

File operations in C# (.net)

SQL – Generate decimal numbers sequence for particular number range