Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
VB
Public Function IIf(ByVal expression, ByVal truecondition, ByVal falsecondition)
        if cbool(expression) then IIf = truecondition else IIf = falsecondition
    End Function
Posted

You don't need to translate this function at all in VB.NET. Just remove it since it's already built into VB.NET.
 
Share this answer
 
There is a very cool site around the net. The site what I talking about is very useful when you learn to use it.

That site is like a genius in a bottle. The only difference is that you should not rub the lamp at all. Just type your questions there :)

The site you can find here.

Hope you can find it useful.
 
Share this answer
 
Comments
Christian Amado 31-Aug-12 13:31pm    
Why downvoted?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900