IConvertible.ToInt32(IFormatProvider) Méthode

Définition

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

public:
 int ToInt32(IFormatProvider ^ provider);
public int ToInt32 (IFormatProvider provider);
public int ToInt32 (IFormatProvider? provider);
abstract member ToInt32 : IFormatProvider -> int
Public Function ToInt32 (provider As IFormatProvider) As Integer

Paramètres

provider
IFormatProvider

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

Retours

Int32

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

S’applique à