So, I discovered recently VB.NET that IsNothing() is a function, and that, according to the help...
Is there a difference between using the 'IsNothing(obj)' function and using the 'obj is Nothing' syntax? Does VB.NET prefer one over the other?IsNothing returns True if the expression represents an Object variable that currently has no object assigned to it; otherwise, it returns False.
Thanks




Reply With Quote