XmlConvert.ToUInt64(String) Metoda

Definicja

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Konwertuje element String na UInt64 odpowiednik.

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

Parametry

s
String

Ciąg do konwersji.

Zwraca

Odpowiednik UInt64 ciągu.

Atrybuty

Wyjątki

s nie ma poprawnego formatu.

s reprezentuje liczbę mniejszą niż UInt64.MinValue lub większą niż UInt64.MaxValue.

Dotyczy