System::Text::EncodingInfo class

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éthodeDescription
EncodingInfo(int, const String&, const String&)Constructeur.
get_CodePage() constObtient l’ID de la page de codes.
get_DisplayName() constObtient le nom complet localisé de l’encodage.
get_Name() constObtient le nom court de l’encodage.
GetEncoding()Obtient l’encodage décrit par les informations.

Voir aussi