System::Text::EncodingInfo class

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

MethodDescription
EncodingInfo(int, const String&, const String&)Constuctor.
get_CodePage() constGets codepage ID.
get_DisplayName() constGets full localized encoding name.
get_Name() constGets encoding short name.
GetEncoding()Gets encoding described by info.

See Also