System::Text::EncodingInfo class
Contents
[
Hide
]EncodingInfo class
Brief info on encoding. Objects of this class should only be allocated using 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
Methods
| Method | Description | 
|---|---|
| EncodingInfo(int, const String&, const String&) | Constuctor. | 
| get_CodePage() const | Gets codepage ID. | 
| get_DisplayName() const | Gets full localized encoding name. | 
| get_Name() const | Gets encoding short name. | 
| GetEncoding() | Gets encoding described by info. | 
See Also
- Class Object
- Namespace System::Text
- Library Aspose.PDF for C++