IConvertible.ToSByte(IFormatProvider) Metodo
Definizione
Converte il valore dell'istanza in un intero con segno a 8 bit equivalente mediante le informazioni di formattazione specifiche delle impostazioni cultura.Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information.
public:
System::SByte ToSByte(IFormatProvider ^ provider);
public sbyte ToSByte (IFormatProvider provider);
public sbyte ToSByte (IFormatProvider? provider);
abstract member ToSByte : IFormatProvider -> sbyte
Public Function ToSByte (provider As IFormatProvider) As SByte
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 8 bit equivalente al valore dell'istanza.An 8-bit signed integer equivalent to the value of this instance.