Represents API to convert string containers.
Public Static Methods | |
static const xtd::string & | to_string (const xtd::string &str) noexcept |
Converts xtd::string to xtd::string. | |
static xtd::string | to_string (const std::string &str) noexcept |
Converts std::string to xtd::string. | |
static xtd::string | to_string (const char *str) noexcept |
Converts const char* to xtd::string. | |
static xtd::string | to_string (char *str) noexcept |
Converts char* to xtd::string. | |
static xtd::string | to_string (const xtd::u8string &str) noexcept |
Converts xtd::u8string to xtd::string. | |
static xtd::string | to_string (const std::u8string &str) noexcept |
Converts std::u8string to xtd::string. | |
static xtd::string | to_string (const char8 *str) noexcept |
Converts const char8* to xtd::string. | |
static xtd::string | to_string (char8 *str) noexcept |
Converts char8* to xtd::string. | |
static xtd::string | to_string (const xtd::u16string &str) noexcept |
Converts xtd::u16string to xtd::string. | |
static xtd::string | to_string (const std::u16string &str) noexcept |
Converts std::u16string to xtd::string. | |
static xtd::string | to_string (const char16 *str) noexcept |
Converts const char16* to xtd::string. | |
static xtd::string | to_string (char16 *str) noexcept |
Converts char16* to xtd::string. | |
static xtd::string | to_string (const xtd::u32string &str) noexcept |
Converts xtd::u32string to xtd::string. | |
static xtd::string | to_string (const std::u32string &str) noexcept |
Converts std::u32string to xtd::string. | |
static xtd::string | to_string (const char32 *str) noexcept |
Converts const char32* to xtd::string. | |
static xtd::string | to_string (char32 *str) noexcept |
Converts char32* to xtd::string. | |
static xtd::string | to_string (const xtd::wstring &str) noexcept |
Converts xtd::wstring to xtd::string. | |
static xtd::string | to_string (const std::wstring &str) noexcept |
Converts std::wstring to xtd::string. | |
static xtd::string | to_string (const wchar *str) noexcept |
Converts const wchar* to xtd::string. | |
static xtd::string | to_string (wchar *str) noexcept |
Converts wchar* to xtd::string. | |
static xtd::u8string | to_u8string (const xtd::string &str) noexcept |
Converts xtd::string to xtd::u8string. | |
static xtd::u8string | to_u8string (const std::string &str) noexcept |
Converts std::string to xtd::u8string. | |
static xtd::u8string | to_u8string (const char *str) noexcept |
Converts const char* to xtd::u8string. | |
static xtd::u8string | to_u8string (char *str) noexcept |
Converts char* to xtd::u8string. | |
static const xtd::u8string & | to_u8string (const xtd::u8string &str) noexcept |
Converts std::u8string to xtd::u8string. | |
static xtd::u8string | to_u8string (const std::u8string &str) noexcept |
Converts std::u8string to xtd::u8string. | |
static xtd::u8string | to_u8string (const char8 *str) noexcept |
Converts const char8* to xtd::u8string. | |
static xtd::u8string | to_u8string (char8 *str) noexcept |
Converts char8* to xtd::u8string. | |
static xtd::u8string | to_u8string (const xtd::u16string &str) noexcept |
Converts std::u16string to xtd::u8string. | |
static xtd::u8string | to_u8string (const std::u16string &str) noexcept |
Converts std::u16string to xtd::u8string. | |
static xtd::u8string | to_u8string (const char16 *str) noexcept |
Converts const char16* to xtd::u8string. | |
static xtd::u8string | to_u8string (char16 *str) noexcept |
Converts char16* to xtd::u8string. | |
static xtd::u8string | to_u8string (const xtd::u32string &str) noexcept |
Converts std::u32string to xtd::u8string. | |
static xtd::u8string | to_u8string (const std::u32string &str) noexcept |
Converts std::u32string to xtd::u8string. | |
static xtd::u8string | to_u8string (const char32 *str) noexcept |
Converts const char32* to xtd::u8string. | |
static xtd::u8string | to_u8string (char32 *str) noexcept |
Converts char32* to xtd::u8string. | |
static xtd::u8string | to_u8string (const xtd::wstring &str) noexcept |
Converts std::wstring to xtd::u8string. | |
static xtd::u8string | to_u8string (const std::wstring &str) noexcept |
Converts std::wstring to xtd::u8string. | |
static xtd::u8string | to_u8string (const wchar *str) noexcept |
Converts const wchar* to xtd::u8string. | |
static xtd::u8string | to_u8string (wchar *str) noexcept |
Converts wchar* to xtd::u8string. | |
static xtd::u16string | to_u16string (const xtd::string &str) noexcept |
Converts xtd::string to xtd::u16string. | |
static xtd::u16string | to_u16string (const std::string &str) noexcept |
Converts std::string to xtd::u16string. | |
static xtd::u16string | to_u16string (const char *str) noexcept |
Converts const char* to xtd::u16string. | |
static xtd::u16string | to_u16string (char *str) noexcept |
Converts char* to xtd::u16string. | |
static xtd::u16string | to_u16string (const xtd::u8string &str) noexcept |
Converts std::u8string to xtd::u16string. | |
static xtd::u16string | to_u16string (const std::u8string &str) noexcept |
Converts std::u8string to xtd::u16string. | |
static xtd::u16string | to_u16string (const char8 *str) noexcept |
Converts const char8* to xtd::u16string. | |
static xtd::u16string | to_u16string (char8 *str) noexcept |
Converts char8* to xtd::u16string. | |
static const xtd::u16string & | to_u16string (const xtd::u16string &str) noexcept |
Converts std::u16string to xtd::u16string. | |
static xtd::u16string | to_u16string (const std::u16string &str) noexcept |
Converts std::u16string to xtd::u16string. | |
static xtd::u16string | to_u16string (const char16 *str) noexcept |
Converts const char16* to xtd::u16string. | |
static xtd::u16string | to_u16string (char16 *str) noexcept |
Converts char16* to xtd::u16string. | |
static xtd::u16string | to_u16string (const xtd::u32string &str) noexcept |
Converts std::u32string to xtd::u16string. | |
static xtd::u16string | to_u16string (const std::u32string &str) noexcept |
Converts std::u32string to xtd::u16string. | |
static xtd::u16string | to_u16string (const char32 *str) noexcept |
Converts const char32* to xtd::u16string. | |
static xtd::u16string | to_u16string (char32 *str) noexcept |
Converts char32* to xtd::u16string. | |
static xtd::u16string | to_u16string (const xtd::wstring &str) noexcept |
Converts std::wstring to xtd::u16string. | |
static xtd::u16string | to_u16string (const std::wstring &str) noexcept |
Converts std::wstring to xtd::u16string. | |
static xtd::u16string | to_u16string (const wchar *str) noexcept |
Converts const wchar* to xtd::u16string. | |
static xtd::u16string | to_u16string (wchar *str) noexcept |
Converts wchar* to xtd::u16string. | |
static xtd::u32string | to_u32string (const xtd::string &str) noexcept |
Converts xtd::string to xtd::u32string. | |
static xtd::u32string | to_u32string (const std::string &str) noexcept |
Converts std::string to xtd::u32string. | |
static xtd::u32string | to_u32string (const char *str) noexcept |
Converts const char* to xtd::u32string. | |
static xtd::u32string | to_u32string (char *str) noexcept |
Converts char* to xtd::u32string. | |
static xtd::u32string | to_u32string (const xtd::u8string &str) noexcept |
Converts std::u8string to xtd::u32string. | |
static xtd::u32string | to_u32string (const std::u8string &str) noexcept |
Converts std::u8string to xtd::u32string. | |
static xtd::u32string | to_u32string (const char8 *str) noexcept |
Converts const char8* to xtd::u32string. | |
static xtd::u32string | to_u32string (char8 *str) noexcept |
Converts char8* to xtd::u32string. | |
static xtd::u32string | to_u32string (const xtd::u16string &str) noexcept |
Converts std::u16string to xtd::u32string. | |
static xtd::u32string | to_u32string (const std::u16string &str) noexcept |
Converts std::u16string to xtd::u32string. | |
static xtd::u32string | to_u32string (const char16 *str) noexcept |
Converts const char16* to xtd::u32string. | |
static xtd::u32string | to_u32string (char16 *str) noexcept |
Converts char16* to xtd::u32string. | |
static const xtd::u32string & | to_u32string (const xtd::u32string &str) noexcept |
Converts std::u32string to xtd::u32string. | |
static xtd::u32string | to_u32string (const std::u32string &str) noexcept |
Converts std::u32string to xtd::u32string. | |
static xtd::u32string | to_u32string (const char32 *str) noexcept |
Converts const char32* to xtd::u32string. | |
static xtd::u32string | to_u32string (char32 *str) noexcept |
Converts char32* to xtd::u32string. | |
static xtd::u32string | to_u32string (const xtd::wstring &str) noexcept |
Converts std::wstring to xtd::u32string. | |
static xtd::u32string | to_u32string (const std::wstring &str) noexcept |
Converts std::wstring to xtd::u32string. | |
static xtd::u32string | to_u32string (const wchar *str) noexcept |
Converts const wchar* to xtd::u32string. | |
static xtd::u32string | to_u32string (wchar *str) noexcept |
Converts wchar* to xtd::u32string. | |
static xtd::wstring | to_wstring (const xtd::string &str) noexcept |
Converts xtd::string to xtd::wstring. | |
static xtd::wstring | to_wstring (const std::string &str) noexcept |
Converts std::string to xtd::wstring. | |
static xtd::wstring | to_wstring (const char *str) noexcept |
Converts const char* to xtd::wstring. | |
static xtd::wstring | to_wstring (char *str) noexcept |
Converts char* to xtd::wstring. | |
static xtd::wstring | to_wstring (const xtd::u8string &str) noexcept |
Converts std::u8string to xtd::wstring. | |
static xtd::wstring | to_wstring (const std::u8string &str) noexcept |
Converts std::u8string to xtd::wstring. | |
static xtd::wstring | to_wstring (const char8 *str) noexcept |
Converts const char8* to xtd::wstring. | |
static xtd::wstring | to_wstring (char8 *str) noexcept |
Converts char8* to xtd::wstring. | |
static xtd::wstring | to_wstring (const xtd::u16string &str) noexcept |
Converts std::u16string to xtd::wstring. | |
static xtd::wstring | to_wstring (const std::u16string &str) noexcept |
Converts std::u16string to xtd::wstring. | |
static xtd::wstring | to_wstring (const char16 *str) noexcept |
Converts const char16* to xtd::wstring. | |
static xtd::wstring | to_wstring (char16 *str) noexcept |
Converts char16* to xtd::wstring. | |
static xtd::wstring | to_wstring (const xtd::u32string &str) noexcept |
Converts std::u32string to xtd::wstring. | |
static xtd::wstring | to_wstring (const std::u32string &str) noexcept |
Converts std::u32string to xtd::wstring. | |
static xtd::wstring | to_wstring (const char32 *str) noexcept |
Converts const char32* to xtd::wstring. | |
static xtd::wstring | to_wstring (char32 *str) noexcept |
Converts char32* to xtd::wstring. | |
static const xtd::wstring & | to_wstring (const xtd::wstring &str) noexcept |
Converts std::wstring to xtd::wstring. | |
static xtd::wstring | to_wstring (const std::wstring &str) noexcept |
Converts std::wstring to xtd::wstring. | |
static xtd::wstring | to_wstring (const wchar *str) noexcept |
Converts const wchar* to xtd::wstring. | |
static xtd::wstring | to_wstring (wchar *str) noexcept |
Converts wchar* to xtd::wstring. | |
template<class string_t> | |
static const xtd::string & | to_ustring (const string_t &str) noexcept |
Converts string_t to xtd::string. | |
template<class char_t> | |
static const xtd::string & | to_ustring (const char_t *str) noexcept |
Converts string_t to xtd::string. | |
template<class char_t> | |
static const xtd::string & | to_ustring (char_t *str) noexcept |
Converts string_t to xtd::string. | |
|
staticnoexcept |
Converts xtd::string to xtd::string.
str | string to convert. |
|
staticnoexcept |
Converts std::string to xtd::string.
str | string to convert. |
|
staticnoexcept |
Converts const char* to xtd::string.
str | string to convert. |
|
staticnoexcept |
Converts char* to xtd::string.
str | string to convert. |
|
staticnoexcept |
Converts xtd::u8string to xtd::string.
str | string to convert. |
|
staticnoexcept |
Converts std::u8string to xtd::string.
str | string to convert. |
|
staticnoexcept |
Converts const char8* to xtd::string.
str | string to convert. |
|
staticnoexcept |
Converts char8* to xtd::string.
str | string to convert. |
|
staticnoexcept |
Converts xtd::u16string to xtd::string.
str | string to convert. |
|
staticnoexcept |
Converts std::u16string to xtd::string.
str | string to convert. |
|
staticnoexcept |
Converts const char16* to xtd::string.
str | string to convert. |
|
staticnoexcept |
Converts char16* to xtd::string.
str | string to convert. |
|
staticnoexcept |
Converts xtd::u32string to xtd::string.
str | string to convert. |
|
staticnoexcept |
Converts std::u32string to xtd::string.
str | string to convert. |
|
staticnoexcept |
Converts const char32* to xtd::string.
str | string to convert. |
|
staticnoexcept |
Converts char32* to xtd::string.
str | string to convert. |
|
staticnoexcept |
Converts xtd::wstring to xtd::string.
str | string to convert. |
|
staticnoexcept |
Converts std::wstring to xtd::string.
str | string to convert. |
|
staticnoexcept |
Converts const wchar* to xtd::string.
str | string to convert. |
|
staticnoexcept |
Converts wchar* to xtd::string.
str | string to convert. |
|
staticnoexcept |
Converts xtd::string to xtd::u8string.
str | string to convert. |
|
staticnoexcept |
Converts std::string to xtd::u8string.
str | string to convert. |
|
staticnoexcept |
Converts const char* to xtd::u8string.
str | string to convert. |
|
staticnoexcept |
Converts char* to xtd::u8string.
str | string to convert. |
|
staticnoexcept |
Converts std::u8string to xtd::u8string.
str | string to convert. |
|
staticnoexcept |
Converts std::u8string to xtd::u8string.
str | string to convert. |
|
staticnoexcept |
Converts const char8* to xtd::u8string.
str | string to convert. |
|
staticnoexcept |
Converts char8* to xtd::u8string.
str | string to convert. |
|
staticnoexcept |
Converts std::u16string to xtd::u8string.
str | string to convert. |
|
staticnoexcept |
Converts std::u16string to xtd::u8string.
str | string to convert. |
|
staticnoexcept |
Converts const char16* to xtd::u8string.
str | string to convert. |
|
staticnoexcept |
Converts char16* to xtd::u8string.
str | string to convert. |
|
staticnoexcept |
Converts std::u32string to xtd::u8string.
str | string to convert. |
|
staticnoexcept |
Converts std::u32string to xtd::u8string.
str | string to convert. |
|
staticnoexcept |
Converts const char32* to xtd::u8string.
str | string to convert. |
|
staticnoexcept |
Converts char32* to xtd::u8string.
str | string to convert. |
|
staticnoexcept |
Converts std::wstring to xtd::u8string.
str | string to convert. |
|
staticnoexcept |
Converts std::wstring to xtd::u8string.
str | string to convert. |
|
staticnoexcept |
Converts const wchar* to xtd::u8string.
str | string to convert. |
|
staticnoexcept |
Converts wchar* to xtd::u8string.
str | string to convert. |
|
staticnoexcept |
Converts xtd::string to xtd::u16string.
str | string to convert. |
|
staticnoexcept |
Converts std::string to xtd::u16string.
str | string to convert. |
|
staticnoexcept |
Converts const char* to xtd::u16string.
str | string to convert. |
|
staticnoexcept |
Converts char* to xtd::u16string.
str | string to convert. |
|
staticnoexcept |
Converts std::u8string to xtd::u16string.
str | string to convert. |
|
staticnoexcept |
Converts std::u8string to xtd::u16string.
str | string to convert. |
|
staticnoexcept |
Converts const char8* to xtd::u16string.
str | string to convert. |
|
staticnoexcept |
Converts char8* to xtd::u16string.
str | string to convert. |
|
staticnoexcept |
Converts std::u16string to xtd::u16string.
str | string to convert. |
|
staticnoexcept |
Converts std::u16string to xtd::u16string.
str | string to convert. |
|
staticnoexcept |
Converts const char16* to xtd::u16string.
str | string to convert. |
|
staticnoexcept |
Converts char16* to xtd::u16string.
str | string to convert. |
|
staticnoexcept |
Converts std::u32string to xtd::u16string.
str | string to convert. |
|
staticnoexcept |
Converts std::u32string to xtd::u16string.
str | string to convert. |
|
staticnoexcept |
Converts const char32* to xtd::u16string.
str | string to convert. |
|
staticnoexcept |
Converts char32* to xtd::u16string.
str | string to convert. |
|
staticnoexcept |
Converts std::wstring to xtd::u16string.
str | string to convert. |
|
staticnoexcept |
Converts std::wstring to xtd::u16string.
str | string to convert. |
|
staticnoexcept |
Converts const wchar* to xtd::u16string.
str | string to convert. |
|
staticnoexcept |
Converts wchar* to xtd::u16string.
str | string to convert. |
|
staticnoexcept |
Converts xtd::string to xtd::u32string.
str | string to convert. |
|
staticnoexcept |
Converts std::string to xtd::u32string.
str | string to convert. |
|
staticnoexcept |
Converts const char* to xtd::u32string.
str | string to convert. |
|
staticnoexcept |
Converts char* to xtd::u32string.
str | string to convert. |
|
staticnoexcept |
Converts std::u8string to xtd::u32string.
str | string to convert. |
|
staticnoexcept |
Converts std::u8string to xtd::u32string.
str | string to convert. |
|
staticnoexcept |
Converts const char8* to xtd::u32string.
str | string to convert. |
|
staticnoexcept |
Converts char8* to xtd::u32string.
str | string to convert. |
|
staticnoexcept |
Converts std::u16string to xtd::u32string.
str | string to convert. |
|
staticnoexcept |
Converts std::u16string to xtd::u32string.
str | string to convert. |
|
staticnoexcept |
Converts const char16* to xtd::u32string.
str | string to convert. |
|
staticnoexcept |
Converts char16* to xtd::u32string.
str | string to convert. |
|
staticnoexcept |
Converts std::u32string to xtd::u32string.
str | string to convert. |
|
staticnoexcept |
Converts std::u32string to xtd::u32string.
str | string to convert. |
|
staticnoexcept |
Converts const char32* to xtd::u32string.
str | string to convert. |
|
staticnoexcept |
Converts char32* to xtd::u32string.
str | string to convert. |
|
staticnoexcept |
Converts std::wstring to xtd::u32string.
str | string to convert. |
|
staticnoexcept |
Converts std::wstring to xtd::u32string.
str | string to convert. |
|
staticnoexcept |
Converts const wchar* to xtd::u32string.
str | string to convert. |
|
staticnoexcept |
Converts wchar* to xtd::u32string.
str | string to convert. |
|
staticnoexcept |
Converts xtd::string to xtd::wstring.
str | string to convert. |
|
staticnoexcept |
Converts std::string to xtd::wstring.
str | string to convert. |
|
staticnoexcept |
Converts const char* to xtd::wstring.
str | string to convert. |
|
staticnoexcept |
Converts char* to xtd::wstring.
str | string to convert. |
|
staticnoexcept |
Converts std::u8string to xtd::wstring.
str | string to convert. |
|
staticnoexcept |
Converts std::u8string to xtd::wstring.
str | string to convert. |
|
staticnoexcept |
Converts const char8* to xtd::wstring.
str | string to convert. |
|
staticnoexcept |
Converts char8* to xtd::wstring.
str | string to convert. |
|
staticnoexcept |
Converts std::u16string to xtd::wstring.
str | string to convert. |
|
staticnoexcept |
Converts std::u16string to xtd::wstring.
str | string to convert. |
|
staticnoexcept |
Converts const char16* to xtd::wstring.
str | string to convert. |
|
staticnoexcept |
Converts char16* to xtd::wstring.
str | string to convert. |
|
staticnoexcept |
Converts std::u32string to xtd::wstring.
str | string to convert. |
|
staticnoexcept |
Converts std::u32string to xtd::wstring.
str | string to convert. |
|
staticnoexcept |
Converts const char32* to xtd::wstring.
str | string to convert. |
|
staticnoexcept |
Converts char32* to xtd::wstring.
str | string to convert. |
|
staticnoexcept |
Converts std::wstring to xtd::wstring.
str | string to convert. |
|
staticnoexcept |
Converts std::wstring to xtd::wstring.
str | string to convert. |
|
staticnoexcept |
Converts const wchar* to xtd::wstring.
str | string to convert. |
|
staticnoexcept |
Converts wchar* to xtd::wstring.
str | string to convert. |
|
inlinestaticnoexcept |
Converts string_t to xtd::string.
str | string to convert. |
|
inlinestaticnoexcept |
Converts string_t to xtd::string.
str | string to convert. |
|
inlinestaticnoexcept |
Converts string_t to xtd::string.
str | string to convert. |