xtd 0.2.0
Loading...
Searching...
No Matches
__as_string.hpp File Reference

Definition

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.
template<>
auto xtd::as< xtd::u16string > (const xtd::string &value) -> xtd::u16string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u16string > (xtd::string &value) -> xtd::u16string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u32string > (const xtd::string &value) -> xtd::u32string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u32string > (xtd::string &value) -> xtd::u32string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u8string > (const xtd::string &value) -> xtd::u8string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u8string > (xtd::string &value) -> xtd::u8string
 Casts a type into another type.
template<>
auto xtd::as< xtd::wstring > (const xtd::string &value) -> xtd::wstring
 Casts a type into another type.
template<>
auto xtd::as< xtd::wstring > (xtd::string &value) -> xtd::wstring
 Casts a type into another type.
template<>
auto xtd::as< xtd::string > (const xtd::u16string &value) -> xtd::string
 Casts a type into another type.
template<>
auto xtd::as< xtd::string > (xtd::u16string &value) -> xtd::string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u16string > (const xtd::u16string &value) -> xtd::u16string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u16string > (xtd::u16string &value) -> xtd::u16string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u32string > (const xtd::u16string &value) -> xtd::u32string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u32string > (xtd::u16string &value) -> xtd::u32string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u8string > (const xtd::u16string &value) -> xtd::u8string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u8string > (xtd::u16string &value) -> xtd::u8string
 Casts a type into another type.
template<>
auto xtd::as< xtd::string > (const xtd::u32string &value) -> xtd::string
 Casts a type into another type.
template<>
auto xtd::as< xtd::string > (xtd::u32string &value) -> xtd::string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u16string > (const xtd::u32string &value) -> xtd::u16string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u16string > (xtd::u32string &value) -> xtd::u16string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u32string > (const xtd::u32string &value) -> xtd::u32string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u32string > (xtd::u32string &value) -> xtd::u32string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u8string > (const xtd::u32string &value) -> xtd::u8string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u8string > (xtd::u32string &value) -> xtd::u8string
 Casts a type into another type.
template<>
auto xtd::as< xtd::string > (const xtd::u8string &value) -> xtd::string
 Casts a type into another type.
template<>
auto xtd::as< xtd::string > (xtd::u8string &value) -> xtd::string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u16string > (const xtd::u8string &value) -> xtd::u16string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u16string > (xtd::u8string &value) -> xtd::u16string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u32string > (const xtd::u8string &value) -> xtd::u32string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u32string > (xtd::u8string &value) -> xtd::u32string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u8string > (const xtd::u8string &value) -> xtd::u8string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u8string > (xtd::u8string &value) -> xtd::u8string
 Casts a type into another type.
template<>
auto xtd::as< xtd::string > (const xtd::wstring &value) -> xtd::string
 Casts a type into another type.
template<>
auto xtd::as< xtd::string > (xtd::wstring &value) -> xtd::string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u16string > (const xtd::wstring &value) -> xtd::u16string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u16string > (xtd::wstring &value) -> xtd::u16string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u32string > (const xtd::wstring &value) -> xtd::u32string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u32string > (xtd::wstring &value) -> xtd::u32string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u8string > (const xtd::wstring &value) -> xtd::u8string
 Casts a type into another type.
template<>
auto xtd::as< xtd::u8string > (xtd::wstring &value) -> xtd::u8string
 Casts a type into another type.