Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is Nothing vs = Nothing vs IsNothing()
Message
De
11/07/2003 08:21:43
Rex Mahel
Realm Software, Llc
Ohio, États-Unis
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Is Nothing vs = Nothing vs IsNothing()
Divers
Thread ID:
00809151
Message ID:
00809151
Vues:
72
All,

What is the difference between:

IF txtTextBox.Value = Nothing

and

IF txtTextBox.Value Is Nothing

and

If IsNothing(txtTextBox.Value)?

If no information is entered in the textbox, the first statement is True while the second and third are False.

TIA

Rex
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform