Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help following code
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Help following code
Miscellaneous
Thread ID:
00997079
Message ID:
00997079
Views:
44
I am looking at some code in C# and I don't know what it's doing. Can anyone show me the light?

ParentCategoryID == 0 ? "NULL" : ParentCategoryID.ToString()

I assume what's doing is returning "null" if ParentCategoryID equals 0 otherwise converting the ParentCategoryID to a string.

However, I don't understand how this construct works. specifically what is the ? function or the : function.

Thank you,
Paul
Next
Reply
Map
View

Click here to load this message in the networking platform