Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

C# C# Basics (Retired) Perform Converting Strings to Integers

Ranvir Sahota
Ranvir Sahota
9,844 Points

Rewatching don't understand: "another name for a type in C# is a class"

A class is a blueprint for when an instance of that class is created. String, int, doubles, floats, booleans are all datatypes. So how can type and class be used interchangeably when they are two different things? Did I miss something?

1 Answer

Read this post

Ranvir Sahota
Ranvir Sahota
9,844 Points

I believe I understand data types were a concept introduced into programming. But no matter what they are still a class because that how they were declared. The only confusing part would be then how you can set a type of class to a different value and not an instance of that class? But I believe that whole another discussion? So are my first two sentences correct?