XmlConvert.ToUInt64(String) Metodo

Definizione

Importante

Questa API non è conforme a CLS.

Converte l'oggetto String in un oggetto UInt64 equivalente.

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

Parametri

s
String

Stringa da convertire.

Restituisce

Equivalente UInt64 della stringa.

Attributi

Eccezioni

Il formato di s non è corretto.

s rappresenta un numero minore di UInt64.MinValue o maggiore di UInt64.MaxValue.

Si applica a