Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

which object ,Object to use 1

Status
Not open for further replies.

Gzk2010

Programmer
Aug 17, 2010
48
US
I am fairly new to c# but I am enough to be dangerous. when creating a procedure which object Object should I use.
Does it make a difference. I noticed also that object is blue and Object is turqoise. Not sure why that is. When I hover over a dark blue keyword it also says sometimes it is a class too.

thank in advance
 
object & Object are the same thing. here are some others:
int Int32
long Int64
string String
decimal Decimal
float Float
short Int16

the lower case names are syntax sugar. the upper case names are the actual classes.

Jason Meckley
Programmer
Specialty Bakers, Inc.

faq855-7190
faq732-7259
 
syntax sugar.haha I Like that. accpetable nick names like bob is to robert. nice
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top