Is there a difference between capitalized types and non capitalized types?

  • Thread starter Thread starter MTech8
  • Start date Start date
M

MTech8

Guest
I just noticed that often times types in C# are offered (via intellisense) in Capitalized and non-capitalized. I tried to do a search to find the answer, but couldn't find anything. Nothing mentioned in my reference books either.

ie: String vs string or Decimal vs decimal

Is there a difference between the two?
Why are there two types?

Thanks?

Continue reading...
 
Back
Top