SerializationInfo.GetUInt64(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Important
Cette API n’est pas conforme CLS.
Récupère une valeur d’entier 64 bits non signé du magasin SerializationInfo.
public:
System::UInt64 GetUInt64(System::String ^ name);
[System.CLSCompliant(false)]
public ulong GetUInt64 (string name);
[<System.CLSCompliant(false)>]
member this.GetUInt64 : string -> uint64
Public Function GetUInt64 (name As String) As ULong
Paramètres
- name
- String
Nom associé à la valeur à récupérer.
Retours
Entier 64 bits non signé associé à name
.
- Attributs
Exceptions
name
a la valeur null
.
La valeur associée à name
ne peut pas être convertie en entier 64 bits non signé.
Un élément portant le nom spécifié est introuvable dans l'instance actuelle.
Remarques
Si la valeur est un entier non signé 64 bits ou peut être convertie en un, cette valeur est retournée ; sinon, un InvalidCastException est levée. Toutes les conversions sont effectuées par le IFormatterConverter associé à ce SerializationInfo.