xtd 0.2.0
Loading...
Searching...
No Matches

◆ operator""_u8() [7/7]

xtd::byte xtd::literals::operator""_u8 ( const wchar s,
size_t  n 
)

Used to convert specified value into byte.

Namespace
xtd
Library
xtd.core
Examples
std::cout << L"125"_u8 << std::endl;