XmlConvert.ToUInt64(String) Méthode

Définition

Important

Cette API n’est pas conforme CLS.

Convertit la chaîne String en un équivalent UInt64.

public:
 static System::UInt64 ToUInt64(System::String ^ s);
[System.CLSCompliant(false)]
public static ulong ToUInt64 (string s);
[<System.CLSCompliant(false)>]
static member ToUInt64 : string -> uint64
Public Shared Function ToUInt64 (s As String) As ULong

Paramètres

s
String

Chaîne à convertir.

Retours

Équivalent UInt64 de la chaîne.

Attributs

Exceptions

s a la valeur null.

Le format de s est incorrect.

s représente un nombre inférieur à UInt64.MinValue ou supérieur à UInt64.MaxValue.

S’applique à