Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
IIF In C#?
Message
From
18/03/2010 14:38:00
 
 
To
18/03/2010 12:40:39
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Miscellaneous
Thread ID:
01455229
Message ID:
01455516
Views:
64
>>>>Any way to do this in C# like VFP's IIF()?
>>>>
>>>>
>>>>if (Checked)
>>>>{
>>>>    _CheckItemsCount++;
>>>>}
>>>>else
>>>>{
>>>>    _CheckItemsCount--;
>>>>}
>>>>
>>>
>>>
_CheckItemsCount += (Checked) ? 1 : -1;
Cetin
>>
>>For lurkers, here's a VB .net example
>>
>>Dim isYes as Boolean
>>isYes = If(mystr = "yes", True, False)
>>
>>( Izmir'de ilk bahar nasil ? )
>
>Ilkbahari daha goremedik, "Mart kapidan baktirir kazma kurek yaktirir" :) Still under 65 Fahrenheit

Glad you translated the last sentence. I can still read the Turkish but I'll *never* get Celsius :-)

We have a saying that "March comes in like a lion and goes out like a lamb" We had about 2 feet of snow at the beginning of the month and it is about 65 F outside right now.

Masallah

>Cetin


Charles Hankey

Though a good deal is too strange to be believed, nothing is too strange to have happened.
- Thomas Hardy

Half the harm that is done in this world is due to people who want to feel important. They don't mean to do harm-- but the harm does not interest them. Or they do not see it, or they justify it because they are absorbed in the endless struggle to think well of themselves.

-- T. S. Eliot
Democracy is two wolves and a sheep voting on what to have for lunch.
Liberty is a well-armed sheep contesting the vote.
- Ben Franklin

Pardon him, Theodotus. He is a barbarian, and thinks that the customs of his tribe and island are the laws of nature.
Previous
Reply
Map
View

Click here to load this message in the networking platform