BigInt.ToSByte Method
Public Function ToSByte( _
ByVal provider As IFormatProvider _
) As SByte Implements _
IConvertible.ToSByte
This language is not supported or no code example is available.
public SByte ToSByte(
IFormatProvider provider
)
This language is not supported or no code example is available.
public:
SByte ToSByte(
IFormatProvider^ provider
)
This language is not supported or no code example is available.
Parameters
- provider
- IFormatProvider
An IFormatProvider interface implementation that supplies culture-specific formatting information.
Return Value
SByteAn 8-bit signed integer equivalent to the value of this instance.