xtd 0.2.0
Loading...
Searching...
No Matches
xtd::text Namespace Reference

Definition

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.

Classes

class  basic_string_builder
 Represents a mutable string of characters. This class cannot be inherited. More...
 

Alias

using string_builder = xtd::text::basic_string_builder< char >
 Represents text as a sequence of UTF-8 code units.
 
using u16string_builder = xtd::text::basic_string_builder< xtd::char16 >
 Represents text as a sequence of UTF-16 code units.
 
using u32string_builder = xtd::text::basic_string_builder< xtd::char32 >
 Represents text as a sequence of UTF-32 code units.
 
using u8string_builder = xtd::text::basic_string_builder< xtd::char8 >
 Represents text as a sequence of UTF-8 code units.
 
using 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.