XmlConvert.ToUInt32(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.
public:
static System::UInt32 ToUInt32(System::String ^ s);
[System.CLSCompliant(false)]
public static uint ToUInt32 (string s);
[<System.CLSCompliant(false)>]
static member ToUInt32 : string -> uint32
Public Shared Function ToUInt32 (s As String) As UInteger
Paramètres
- s
- String
Chaîne à convertir.
Retours
Équivalent UInt32 de la chaîne.
- Attributs
Exceptions
s
a la valeur null
.
Le format de s
est incorrect.
s
représente un nombre inférieur à UInt32.MinValue ou supérieur à UInt32.MaxValue.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.