Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Nullable of T in VB
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01451999
Message ID:
01452005
Vues:
37
>Hi all
>
>I create a variable Nullable of T in VB and dont find any place that give an example how to handle the assignment of values. Everything is getting the values from the variable but nothing assign the values.
>
>I get Cast error when try to assign the value 0 {Short} into a variable of that type.

Not sure what you mean ?
Dim x As Nullable(Of Short)
 x = 0
?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform