Méthode System::Text::DecoderExceptionFallbackBuffer::Fallback
DecoderExceptionFallbackBuffer::Fallback method
Gère les échecs de décodage.
virtual bool System::Text::DecoderExceptionFallbackBuffer::Fallback(ArrayPtr<uint8_t> bytesUnknown, int index) override
| Paramètre | Type | Description |
|---|---|---|
| bytesUnknown | ArrayPtr<uint8_t> | Array d’octets inconnus ; ignoré. |
| indice | int | Décalage d’octets inconnus ; ignoré. |
ReturnValue
Ne retourne jamais réellement, lève une exception à la place.
Voir aussi
- Typedef ArrayPtr
- Class DecoderExceptionFallbackBuffer
- Namespace System::Text
- Library Aspose.Font for C++