Contains mutable and immutable texts as a sequence of UTF-8, UTF-16 and TD-32 code units.
Classes | |
class | xtd::basic_string< char_t, traits_t, allocator_t > |
Represents text as a sequence of character units. More... | |
class | xtd::text::basic_string_builder< char_t, traits_t, allocator_t > |
Represents a mutable string of characters. This class cannot be inherited. More... | |
Typedefs | |
using | xtd::string |
Represents text as a sequence of UTF-8 code units. | |
using | xtd::u16string |
Represents text as a sequence of UTF-16 code units. | |
using | xtd::u32string |
Represents text as a sequence of UTF-32 code units. | |
using | xtd::u8string |
Represents text as a sequence of UTF-8 code units. | |
using | xtd::wstring |
Represents text as a sequence of UTF-16 code unit on Windows or UTF-32 code unit on non-Windows systems. | |
using | xtd::text::string_builder |
Represents text as a sequence of UTF-8 code units. | |
using | xtd::text::u16string_builder |
Represents text as a sequence of UTF-16 code units. | |
using | xtd::text::u32string_builder |
Represents text as a sequence of UTF-32 code units. | |
using | xtd::text::u8string_builder |
Represents text as a sequence of UTF-8 code units. | |
using | xtd::text::wstring_builder |
Represents text as a sequence of UTF-16 code unit on Windows or UTF-32 code unit on non-Windows systems. | |
using xtd::string |
#include <xtd.core/include/xtd/internal/__string_definitions.hpp>
Represents text as a sequence of UTF-8 code units.
typedef xtd::basic_string< xtd::char16 > xtd::u16string |
#include <xtd.core/include/xtd/internal/__string_definitions.hpp>
Represents text as a sequence of UTF-16 code units.
typedef xtd::basic_string< xtd::char32 > xtd::u32string |
#include <xtd.core/include/xtd/internal/__string_definitions.hpp>
Represents text as a sequence of UTF-32 code units.
typedef xtd::basic_string< xtd::char8 > xtd::u8string |
#include <xtd.core/include/xtd/internal/__string_definitions.hpp>
Represents text as a sequence of UTF-8 code units.
typedef xtd::basic_string< xtd::wchar > xtd::wstring |
#include <xtd.core/include/xtd/internal/__string_definitions.hpp>
Represents text as a sequence of UTF-16 code unit on Windows or UTF-32 code unit on non-Windows systems.
#include <xtd.core/include/xtd/text/string_builder.hpp>
Represents text as a sequence of UTF-8 code units.
#include <xtd.core/include/xtd/text/u16string_builder.hpp>
Represents text as a sequence of UTF-16 code units.
#include <xtd.core/include/xtd/text/u32string_builder.hpp>
Represents text as a sequence of UTF-32 code units.
#include <xtd.core/include/xtd/text/u8string_builder.hpp>
Represents text as a sequence of UTF-8 code units.
#include <xtd.core/include/xtd/text/wstring_builder.hpp>
Represents text as a sequence of UTF-16 code unit on Windows or UTF-32 code unit on non-Windows systems.