IsNothing Function

   
IsNothing Function

Class

Microsoft.VisualBasic.Information

Syntax

 IsNothing(   expression   ) 
expression (required; any)

Return Value

Boolean

Description

Determines whether expression evaluates to Nothing . The line:

 If IsNothing(obj) Then 

is equivalent to:

 If obj Is Nothing Then 

VB.NET/VB 6 Differences

The IsNothing function is new to VB.NET.

   


VB.Net Language in a Nutshell
VB.NET Language in a Nutshell
ISBN: B00006L54Q
EAN: N/A
Year: 2002
Pages: 503

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net