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

◆ wchar

using xtd::wchar = typedef wchar_t

Represents a wide character.

Header
#include <xtd/wchar>
Namespace
xtd
Library
xtd.core
Remarks
Represents a 32-bit unicode character on Linux and many other non-Windows systems, but a 16-bit unicode character on Windows.
For more information about types, see Native types, boxing and unboxing.