NumberFormatInfo.NaNSymbol, propriété
.NET Framework 3.5
Mise à jour : novembre 2007
Obtient ou définit la chaîne représentant la valeur IEEE NaN (pas un nombre).
Assembly : mscorlib (dans mscorlib.dll)
/** @property */ public String get_NaNSymbol() /** @property */ public void set_NaNSymbol(String value)
public function get NaNSymbol () : String public function set NaNSymbol (value : String)
Valeur de propriété
Type : System.StringChaîne représentant la valeur IEEE NaN (pas un nombre). La valeur par défaut de InvariantInfo est "NaN".
| Exception | Condition |
|---|---|
| ArgumentNullException | La valeur de la propriété est null. |
| InvalidOperationException | La propriété est définie et NumberFormatInfo est en lecture seule. |
Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professionnel Édition x64, Windows XP Starter Edition, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile pour Smartphone, Windows Mobile pour Pocket PC, Xbox 360
Le .NET Framework et le .NET Compact Framework ne prennent pas en charge toutes les versions de chaque plateforme. Pour obtenir la liste des versions prises en charge, consultez Configuration requise du .NET Framework.