Contains xtd::parse methods.


Go to the source code of this file.
Namespaces | |
| xtd | |
| The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
Functions | |
| template<typename value_t > | |
| value_t | xtd::parse (const std::string &str) |
| Convert a string into a type. More... | |
| template<typename value_t > | |
| value_t | xtd::parse (const std::string &str, const std::locale &locale) |
| Convert a string into a type. More... | |
| template<typename value_t > | |
| value_t | xtd::parse (const std::string &str, const std::string &fmt) |
| Convert a string into a type. More... | |
| template<typename value_t > | |
| value_t | xtd::parse (const std::string &str, number_styles) |
| Convert a string into a type. More... | |
| template<typename value_t > | |
| value_t | xtd::parse (const std::string &str, number_styles, const std::locale &locale) |
| Convert a string into a type. More... | |
| template<typename value_t > | |
| value_t | xtd::parse (const std::wstring &str) |
| Convert a string into a type. More... | |
| template<typename value_t > | |
| value_t | xtd::parse (const std::u16string &str) |
| Convert a string into a type. More... | |
| template<typename value_t > | |
| value_t | xtd::parse (const std::u32string &str) |
| Convert a string into a type. More... | |
| template<> | |
| bool | xtd::parse< bool > (const std::string &str) |
| Convert a string into a type. More... | |
| template<> | |
| char | xtd::parse< char > (const std::string &str, number_styles styles) |
| Convert a string into a type. More... | |
| template<> | |
| char | xtd::parse< char > (const std::string &str) |
| Convert a string into a type. More... | |
| template<> | |
| double | xtd::parse< double > (const std::string &str, number_styles styles) |
| Convert a string into a type. More... | |
| template<> | |
| double | xtd::parse< double > (const std::string &str, number_styles styles, const std::locale &locale) |
| Convert a string into a type. More... | |
| template<> | |
| double | xtd::parse< double > (const std::string &str) |
| Convert a string into a type. More... | |
| template<> | |
| float | xtd::parse< float > (const std::string &str, number_styles styles) |
| Convert a string into a type. More... | |
| template<> | |
| float | xtd::parse< float > (const std::string &str, number_styles styles, const std::locale &locale) |
| Convert a string into a type. More... | |
| template<> | |
| float | xtd::parse< float > (const std::string &str) |
| Convert a string into a type. More... | |
| template<> | |
| int | xtd::parse< int > (const std::string &str, number_styles styles) |
| Convert a string into a type. More... | |
| template<> | |
| int | xtd::parse< int > (const std::string &str) |
| Convert a string into a type. More... | |
| template<> | |
| long | xtd::parse< long > (const std::string &str, number_styles styles) |
| Convert a string into a type. More... | |
| template<> | |
| long | xtd::parse< long > (const std::string &str) |
| Convert a string into a type. More... | |
| template<> | |
| long double | xtd::parse< long double > (const std::string &str, number_styles styles) |
| Convert a string into a type. More... | |
| template<> | |
| long double | xtd::parse< long double > (const std::string &str, number_styles styles, const std::locale &locale) |
| Convert a string into a type. More... | |
| template<> | |
| long double | xtd::parse< long double > (const std::string &str) |
| Convert a string into a type. More... | |
| template<> | |
| long long | xtd::parse< long long > (const std::string &str, number_styles styles) |
| Convert a string into a type. More... | |
| template<> | |
| long long | xtd::parse< long long > (const std::string &str) |
| Convert a string into a type. More... | |
| template<> | |
| short | xtd::parse< short > (const std::string &str, number_styles styles) |
| Convert a string into a type. More... | |
| template<> | |
| short | xtd::parse< short > (const std::string &str) |
| Convert a string into a type. More... | |
| template<> | |
| std::string | xtd::parse< std::string > (const std::string &str) |
| Convert a string into a type. More... | |
| template<> | |
| unsigned char | xtd::parse< unsigned char > (const std::string &str, number_styles styles) |
| Convert a string into a type. More... | |
| template<> | |
| unsigned char | xtd::parse< unsigned char > (const std::string &str) |
| Convert a string into a type. More... | |
| template<> | |
| unsigned int | xtd::parse< unsigned int > (const std::string &str, number_styles styles) |
| Convert a string into a type. More... | |
| template<> | |
| unsigned int | xtd::parse< unsigned int > (const std::string &str) |
| Convert a string into a type. More... | |
| template<> | |
| unsigned long | xtd::parse< unsigned long > (const std::string &str, number_styles styles) |
| Convert a string into a type. More... | |
| template<> | |
| unsigned long | xtd::parse< unsigned long > (const std::string &str) |
| Convert a string into a type. More... | |
| template<> | |
| unsigned long long | xtd::parse< unsigned long long > (const std::string &str, number_styles styles) |
| Convert a string into a type. More... | |
| template<> | |
| unsigned long long | xtd::parse< unsigned long long > (const std::string &str) |
| Convert a string into a type. More... | |
| template<> | |
| unsigned short | xtd::parse< unsigned short > (const std::string &str, number_styles styles) |
| Convert a string into a type. More... | |
| template<> | |
| unsigned short | xtd::parse< unsigned short > (const std::string &str) |
| Convert a string into a type. More... | |
| template<> | |
| xtd::sbyte | xtd::parse< xtd::sbyte > (const std::string &str, number_styles styles) |
| Convert a string into a type. More... | |
| template<> | |
| xtd::sbyte | xtd::parse< xtd::sbyte > (const std::string &str) |
| Convert a string into a type. More... | |
| template<typename value_t , typename char_t > | |
| bool | xtd::try_parse (const std::basic_string< char_t > &str, value_t &value) noexcept |
| Convert a string into a type. More... | |
| template<typename value_t , typename char_t > | |
| bool | xtd::try_parse (const std::basic_string< char_t > &str, value_t &value, const std::locale &locale) noexcept |
| Convert a string into a type. More... | |
| template<typename value_t , typename char_t > | |
| bool | xtd::try_parse (const char_t *str, value_t &value) noexcept |
| Convert a string into a type. More... | |
| template<typename value_t , typename char_t > | |
| bool | xtd::try_parse (const char_t *str, value_t &value, const std::locale &locale) noexcept |
| Convert a string into a type. More... | |
| template<typename value_t , typename char_t > | |
| bool | xtd::try_parse (const std::basic_string< char_t > &str, value_t &value, number_styles style) noexcept |
| Convert a string into a type. More... | |
| template<typename value_t , typename char_t > | |
| bool | xtd::try_parse (const std::basic_string< char_t > &str, value_t &value, number_styles style, const std::locale &locale) noexcept |
| Convert a string into a type. More... | |
| template<typename value_t , typename char_t > | |
| bool | xtd::try_parse (const char_t *str, value_t &value, number_styles style) noexcept |
| Convert a string into a type. More... | |
| template<typename value_t , typename char_t > | |
| bool | xtd::try_parse (const char_t *str, value_t &value, number_styles style, const std::locale &locale) noexcept |
| Convert a string into a type. More... | |