IConvertible.ToInt32(IFormatProvider) Metodo
Definizione
Converte il valore dell'istanza in un intero con segno a 32 bit equivalente mediante le informazioni di formattazione specifiche delle impostazioni cultura.Converts the value of this instance to an equivalent 32-bit signed integer using the specified culture-specific formatting information.
public:
int ToInt32(IFormatProvider ^ provider);
public int ToInt32 (IFormatProvider provider);
abstract member ToInt32 : IFormatProvider -> int
Public Function ToInt32 (provider As IFormatProvider) As Integer
Parametri
- provider
- IFormatProvider
Implementazione dell'interfaccia IFormatProvider che fornisce informazioni di formattazione specifiche delle impostazioni cultura.An IFormatProvider interface implementation that supplies culture-specific formatting information.
Restituisce
Intero con segno a 32 bit equivalente al valore dell'istanza.An 32-bit signed integer equivalent to the value of this instance.