 |
VB.Net If...Then...Else Statement - Tutorials for JFreeChart, Lucene, Selenium, DTD, Powerpoint, T
An If statement can be followed by an optional Else statement, which executes when the Boolean expression is false. Syntax: The syntax of an If...Then... Else statement in VB.Net is as follows: If(boolean_expression)Then 'statement(s) will execute if the
www.tutorialspoint.com |
 |