IFormatterConverter.ToUInt64(Object) Methode

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

Konvertiert einen Wert in eine 64-Bit-Ganzzahl ohne Vorzeichen.

public:
 System::UInt64 ToUInt64(System::Object ^ value);
public ulong ToUInt64 (object value);
[System.CLSCompliant(false)]
public ulong ToUInt64 (object value);
abstract member ToUInt64 : obj -> uint64
[<System.CLSCompliant(false)>]
abstract member ToUInt64 : obj -> uint64
Public Function ToUInt64 (value As Object) As ULong

Parameter

value
Object

Das zu konvertierende Objekt.

Gibt zurück

UInt64

Der konvertierte value-Wert.

Attribute

Gilt für