Contains xtd::wstring_builder alias.
Go to the source code of this file.
Namespaces | |
namespace | xtd |
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
namespace | xtd::text |
Contains classes that represent ASCII and Unicode character encodings; abstract base classes for converting blocks of characters to and from blocks of bytes; and a helper class that manipulates and formats xtd::string objects without creating intermediate instances of xtd::string. | |
Typedefs | |
using | xtd::text::wstring_builder = xtd::text::basic_string_builder< xtd::wchar > |
Represents text as a sequence of UTF-16 code unit on Windows or UTF-32 code unit on non-Windows systems. | |