|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Represents character encodings and code page conversions. More...
#include "Common.h"#include "System/Object.h"#include "System/String.h"#include "System/Array.h"#include "System/SmartPointer.h"Go to the source code of this file.
Classes | |
| class | DotNetDupe::System::Text::Encoding |
| Represents a character encoding. More... | |
| class | DotNetDupe::System::Text::TextEncoding |
| Provides static access to standard character encodings. More... | |
| class | DotNetDupe::System::Text::UTF8Encoding |
| Represents a UTF-8 encoding of Unicode characters. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
| namespace | DotNetDupe::System::Text |
Typedefs | |
| using | DotNetDupe::System::Text::EncodingPtr = SmartPointer<Encoding> |
| SmartPointer alias for Encoding instances. | |
| using | DotNetDupe::System::Text::UTF8EncodingPtr = SmartPointer<UTF8Encoding> |
| SmartPointer alias for UTF8Encoding instances. | |
Represents character encodings and code page conversions.
Standard Citation: ECMA-335 CLI Common Language Infrastructure.
Definition in file TextEncoding.h.