Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Nullable of T in VB
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01451999
Message ID:
01452005
Views:
36
>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
?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform