Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Null for a string
Message
De
07/05/2009 14:38:00
 
 
À
07/05/2009 14:26:11
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Versions des environnements
Environment:
C# 3.0
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01398411
Message ID:
01398433
Vues:
51
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;
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform