Here’s How to Do an Inline IF statement in VB.NET
What is an “IF” Statement? As you may already be aware, the “IF” statement is a conditional statement in any coding language, which usually is wrapped by the “IF, THEN” and “END IF” keywords/statements. The code between these two lines gets executed if the condition