#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<> | |
| auto | xtd::as< xtd::string > (xtd::any value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (bool value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (xtd::byte value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (xtd::byte value, xtd::byte from_base) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (char value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (xtd::char8 value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (xtd::char16 value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (xtd::char32 value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (xtd::wchar value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (xtd::decimal value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (double value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (float value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (xtd::int16 value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (xtd::int16 value, xtd::byte from_base) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (xtd::int32 value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (xtd::int32 value, xtd::byte from_base) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (xtd::int64 value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (xtd::int64 value, xtd::byte from_base) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (xtd::slong value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (xtd::slong value, xtd::byte from_base) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (xtd::sbyte value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (xtd::sbyte value, xtd::byte from_base) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (xtd::uint16 value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (xtd::uint16 value, xtd::byte from_base) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (xtd::uint32 value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (xtd::uint32 value, xtd::byte from_base) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (xtd::uint64 value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (xtd::uint64 value, xtd::byte from_base) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (xtd::ulong value) -> xtd::string |
| Casts a type into another type. | |
| template<> | |
| auto | xtd::as< xtd::string > (xtd::ulong value, xtd::byte from_base) -> xtd::string |
| Casts a type into another type. | |