console_special_key
Specifies combinations of modifier and console keys that can interrupt the current process.
Definition: console_special_key.h:18
std::string to_string(const value_t &value, const std::string &fmt, const std::locale &loc)
Convert a specified value into a string with specified format and locale.
Definition: to_string.h:37
@ control_z
The console_modifiers::control modifier key plus the console_key Z console key.
@ control_backslash
The console_modifiers::control modifier key plus the console_key \ console key.
@ control_break
The console_modifiers::control modifier key plus the BREAK console key.
@ control_c
The console_modifiers::control modifier key plus the console_key C console key.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17
Contains xtd::ustring class.