#include "generic_stream_output.hpp"#include "register_any_stringer.hpp"#include "types.hpp"#include "string.hpp"#include "to_string_.hpp"Contains xtd::to_string methods.
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. | |
Functions | |
| template<class value_t> | |
| xtd::string | xtd::to_string (const value_t &value, const xtd::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale. | |
| template<> | |
| xtd::string | xtd::to_string (const bool &value, const xtd::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale. | |
| template<> | |
| xtd::string | xtd::to_string (const sbyte &value, const xtd::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale. | |
| template<> | |
| xtd::string | xtd::to_string (const char &value, const xtd::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale. | |
| template<> | |
| xtd::string | xtd::to_string (const unsigned char &value, const xtd::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale. | |
| template<> | |
| xtd::string | xtd::to_string (const short &value, const xtd::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale. | |
| template<> | |
| xtd::string | xtd::to_string (const unsigned short &value, const xtd::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale. | |
| template<> | |
| xtd::string | xtd::to_string (const int &value, const xtd::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale. | |
| template<> | |
| xtd::string | xtd::to_string (const unsigned int &value, const xtd::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale. | |
| template<> | |
| xtd::string | xtd::to_string (const long &value, const xtd::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale. | |
| template<> | |
| xtd::string | xtd::to_string (const unsigned long &value, const xtd::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale. | |
| template<> | |
| xtd::string | xtd::to_string (const long long &value, const xtd::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale. | |
| template<> | |
| xtd::string | xtd::to_string (const unsigned long long &value, const xtd::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale. | |
| template<> | |
| xtd::string | xtd::to_string (const float &value, const xtd::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale. | |
| template<> | |
| xtd::string | xtd::to_string (const double &value, const xtd::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale. | |
| template<> | |
| xtd::string | xtd::to_string (const long double &value, const xtd::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale. | |
| template<> | |
| xtd::string | xtd::to_string (const std::chrono::system_clock::time_point &value, const xtd::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale. | |
| template<> | |
| xtd::string | xtd::to_string (const std::tm &value, const xtd::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale. | |
| template<class type_t, class period_t> | |
| xtd::string | xtd::to_string (const std::chrono::duration< type_t, period_t > &value, const xtd::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale. | |
| template<> | |
| xtd::string | xtd::to_string (const char8 &value, const xtd::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale. | |
| template<> | |
| xtd::string | xtd::to_string (const char16 &value, const xtd::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale. | |
| template<> | |
| xtd::string | xtd::to_string (const char32 &value, const xtd::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale. | |
| template<> | |
| xtd::string | xtd::to_string (const wchar &value, const xtd::string &fmt, const std::locale &loc) |
| Convert a specified value into a string with specified format and locale. | |
| template<class value_t> | |
| xtd::string | xtd::to_string (const value_t &value, const xtd::string &fmt) |
| Convert a specified value into a string with specified format. | |