IConvertible.ToUInt64(IFormatProvider) Methode

Definition

Wandelt den Wert dieser Instanz mithilfe der angegebenen kulturspezifischen Formatierungsinformationen in eine entsprechende 64-Bit-ganzzahl ohne Vorzeichen um.

public:
 System::UInt64 ToUInt64(IFormatProvider ^ provider);
public ulong ToUInt64(IFormatProvider provider);
public ulong ToUInt64(IFormatProvider? provider);
abstract member ToUInt64 : IFormatProvider -> uint64
Public Function ToUInt64 (provider As IFormatProvider) As ULong

Parameter

provider
IFormatProvider

Eine IFormatProvider Schnittstellenimplementierung, die kulturspezifische Formatierungsinformationen bereitstellt.

Gibt zurück

Eine 64-Bit-ganzzahl ohne Vorzeichen, die dem Wert dieser Instanz entspricht.

Gilt für: