I've run into this scenario where I need to have an Optional Parmeter in my VB.NET application, where the parameter's type is Boolean. The problem is, I truly want the parameter to be optional... I want to be able to to specify that there is no value
Read More