IConvertible.ToUInt64(IFormatProvider) Méthode

Définition

Convertit la valeur de cette instance en un entier 64 bits non signé équivalent, à l’aide des informations de mise en forme propres à la culture spécifiées.

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

Paramètres

provider
IFormatProvider

Implémentation de l'interface IFormatProvider qui fournit des informations de mise en forme propres à la culture.

Retours

Entier 64 bits non signé équivalant à la valeur de cette instance.

S’applique à