xtd 0.2.0
Loading...
Searching...
No Matches
__as_ustring.h 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<>
ustring xtd::as< ustring > (std::any value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (bool value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (xtd::byte value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (xtd::byte value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (char value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (char8 value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (char16 value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (char32 value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (wchar value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (decimal value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (double value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (float value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (int16 value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (int16 value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (int32 value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (int32 value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (int64 value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (int64 value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (slong value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (slong value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (sbyte value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (sbyte value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (uint16 value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (uint16 value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (uint32 value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (uint32 value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (uint64 value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (uint64 value, xtd::byte from_base)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (xtd::ulong value)
 Casts a type into another type.
 
template<>
ustring xtd::as< ustring > (xtd::ulong value, xtd::byte from_base)
 Casts a type into another type.