#include "internal/__string_definitions.hpp"#include "basic_string.hpp"#include "collections/generic/key_value_pair.hpp"#include "literals/string.hpp"Contains xtd::string 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. | |
Typedefs | |
| using | xtd::ustring |
| Represents text as a sequence of UTF-8 code units. | |
Functions | |
| xtd::string | xtd::to_string (int val) |
| Converts a signed integer to xtd::string. | |
| xtd::string | xtd::to_string (unsigned val) |
| Converts an unsigned integer to xtd::string. | |
| xtd::string | xtd::to_string (long val) |
| Converts a signed integer to xtd::string. | |
| xtd::string | xtd::to_string (unsigned long val) |
| Converts an unsigned integer to xtd::string. | |
| xtd::string | xtd::to_string (long long val) |
| Converts a signed integer to xtd::string. | |
| xtd::string | xtd::to_string (unsigned long long val) |
| Converts an unsigned integer to xtd::string. | |
| string | xtd::to_string (float val) |
| Converts a floating point to xtd::string. | |
| xtd::string | xtd::to_string (double val) |
| Converts a floating point integer to xtd::string. | |
| xtd::string | xtd::to_string (long double val) |
| Converts a floating point to xtd::string. | |
| template<class type_t> | |
| xtd::string | xtd::to_string (type_t val) |
| Converts a type_t to xtd::string. | |
| template<class type_t> | |
| xtd::string | xtd::to_ustring (type_t val) |
| Converts a type_t to xtd::string. | |