Loading...
Searching...
No Matches
◆ as< char16 >() [22/42]
Casts a type into another type.
- Parameters
-
- Returns
- A new char16 object converted from value.
- Exceptions
-
- Header
-
- Namespace
- xtd
- Library
- xtd.core
- Examples
string value = "42";
char16_t char16
Represents a 16-bit unicode character.
Definition char16.h:26
char16 as< char16 >(std::any value)
Casts a type into another type.
Definition __as_char16.h:36