System::Text::EncodingInfo class
Contenu
[
Cacher
]EncodingInfo class
Brève information sur l’encodage. Les objets de cette classe ne doivent être alloués qu’en utilisant la fonction System::MakeObject() function. Never create instance of this type on stack or using operator new, as it will result in runtime errors and/or assertion faults. Always wrap this class into System::SmartPtr pointer and use this pointer to pass it to functions as argument.
class EncodingInfo : public System::Object
Méthodes
| Méthode | Description |
|---|---|
| EncodingInfo(int, const String&, const String&) | Constructeur. |
| get_CodePage() const | Obtient l’ID de la page de codes. |
| get_DisplayName() const | Obtient le nom complet localisé de l’encodage. |
| get_Name() const | Obtient le nom court de l’encodage. |
| GetEncoding() | Obtient l’encodage décrit par les informations. |
Voir aussi
- Class Object
- Namespace System::Text
- Library Aspose.Font for C++