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