#include "__xtd_std_version.hpp"Contains xtd::as method.
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<> | |
| slong | xtd::as< slong > (std::any value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (bool value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (xtd::byte value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (char value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (char8 value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (char16 value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (char32 value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (wchar value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (decimal value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (double value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (float value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (int16 value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (int32 value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (int64 value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (slong value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (sbyte value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (uint16 value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (uint32 value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (uint64 value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (xtd::ulong value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (const xtd::string &value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (xtd::string &value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (const xtd::string &value, xtd::byte from_base) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (const std::string &value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (std::string &value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (const std::u8string &value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (std::u8string &value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (const std::u16string &value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (std::u16string &value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (const std::u32string &value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (std::u32string &value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (const std::wstring &value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (std::wstring &value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (const char *value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (char *value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (const char8 *value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (char8 *value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (const char16 *value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (char16 *value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (const char32 *value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (char32 *value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (const wchar *value) | 
| Casts a type into another type.   | |
| template<> | |
| slong | xtd::as< slong > (wchar *value) | 
| Casts a type into another type.   | |