Loading...
Searching...
No Matches
◆ as() [21/52]
template<typename new_type_t >
Casts a type into another type.
- Parameters
-
- Returns
- A new new_type_t object converted from value.
- Header
-
- Namespace
- xtd
- Library
- xtd.core
- Examples
__ulong__ ulong
Represents a 32-bit or 64-bit unsigned integer.
Definition ulong.h:27
float as< float >(std::any value)
Casts a type into another type.
Definition __as_float.h:36