IConvertible.ToSByte(IFormatProvider) Método
Definição
Converte o valor dessa instância em um inteiro com sinal de 8 bits equivalente usando as informações de formatação específicas da cultura especificadas.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
Parâmetros
- provider
- IFormatProvider
Uma implementação de interface IFormatProvider que fornece informações de formatação específicas da cultura.An IFormatProvider interface implementation that supplies culture-specific formatting information.
Retornos
Um inteiro com sinal de 8 bits equivalente ao valor dessa instância.An 8-bit signed integer equivalent to the value of this instance.