Shows how to use format xtd::parse<bool> method with boolean values.
#include <xtd/console>
#include <xtd/parse>
auto main() -> int {
try {
}
}
static void write_line()
Writes the current line terminator to the standard output stream using the specified format informati...
The exception that is thrown when a method call is invalid for the object's current state.
Definition system_exception.hpp:18
bool parse< bool >(const std::string &str)
Convert a string into a type.
Definition parse.hpp:370
@ e
The E key.
Definition console_key.hpp:96
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8