IConvertible.ToInt64(IFormatProvider) Méthode

Définition

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

public:
 long ToInt64(IFormatProvider ^ provider);
public long ToInt64 (IFormatProvider provider);
public long ToInt64 (IFormatProvider? provider);
abstract member ToInt64 : IFormatProvider -> int64
Public Function ToInt64 (provider As IFormatProvider) As Long

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 signé équivalant à la valeur de cette instance.

S’applique à