Metodo System::IConvertible::ToSByte
IConvertible::ToSByte method
Converte il valore di questa istanza in un intero con segno a 8 bit equivalente usando le informazioni di formattazione specifiche della cultura specificata.
virtual int8_t System::IConvertible::ToSByte(System::SharedPtr<System::IFormatProvider> provider)=0
| Parametro | Tipo | Descrizione |
|---|---|---|
| provider | System::SharedPtr<System::IFormatProvider> | Una implementazione dell’interfaccia System::IFormatProvider che fornisce informazioni di formattazione specifiche della cultura. |
ReturnValue
Un intero con segno a 8 bit equivalente al valore di questa istanza.
Vedi anche
- Typedef SharedPtr
- Class IFormatProvider
- Class IConvertible
- Namespace System
- Library Aspose.Font for C++