Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Null for a string
Message
From
07/05/2009 14:38:00
 
 
To
07/05/2009 14:26:11
General information
Forum:
ASP.NET
Category:
ADO.NET
Environment versions
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01398411
Message ID:
01398433
Views:
50
BTW :) no need to cast a null to a nullable type:
int? myValue = null;
>BTW, just for reference, in C# the shorthand noation for a nullable type is the question mark (?), e.g.
>int? myValue = (int?)null;
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform