ToSByte()

IConvertible::ToSByte(System::SharedPtr<System::IFormatProvider>) method

Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information.

virtual int8_t System::IConvertible::ToSByte(System::SharedPtr<System::IFormatProvider> provider)=0

Arguments

ParameterTypeDescription
providerSystem::SharedPtr<System::IFormatProvider>A System::IFormatProvider interface implementation that supplies culture-specific formatting information.

Return Value

An 8-bit signed integer equivalent to the value of this instance.

See Also