Jason’s Reviews > C# 7.0 Pocket Reference: Instant Help for C# 7.0 Programmers > Status Update
Jason
is on page 42 of 235
C# datatypes vs System types on page 20 is confusing. C# of int is an Int32. Some C# methods require a keyword of 'int' so you can't use the datatypes interchangeably, even if they mean the same thing. The book just throws up a table with the datatypes but doesn't explain it at all. I searched and found this on StackOverflow: https://stackoverflow.com/questions/3...
— Nov 08, 2017 09:23AM
Like flag
Jason’s Previous Updates
Jason
is on page 22 of 235
C# datatypes vs System types on page 20 is confusing. C# of int is an Int32. Some C# methods require a keyword of 'int' so you can't use the datatypes interchangeably, even if they mean the same thing. The book just throws up a table with the datatypes but doesn't explain it at all. I searched and found this on StackOverflow: https://stackoverflow.com/questions/3...
— Oct 20, 2017 09:14AM

