August 2001
Intermediate to advanced
656 pages
18h 5m
English
IsNothing Function
Microsoft.VisualBasic.Information
IsNothing(expression)expression
Use: Required
Data Type: Any
Boolean
Determines whether expression evaluates to
Nothing. The line:
If IsNothing(obj) Then
is equivalent to:
If obj Is Nothing Then
The IsNothing function is new to VB .NET.
Read now
Unlock full access