#include <xtd/forms/application>
#include <xtd/forms/button>
#include <xtd/forms/form>
#include <xtd/environment>
auto main() -> int {
}
bool empty() const noexcept
Checks if the string has no characters, i.e. whether begin() == end().
Definition basic_string.h:804
Represents a boxed integer object.
Definition box_integer.h:52
xtd::string to_string() const noexcept override
Returns a xtd::string that represents the current object.
Definition box.h:109
static void set_environment_variable(const xtd::string &variable, const xtd::string &value)
Creates, modifies, or deletes an environment variable stored in the current process.
static xtd::string get_environment_variable(const xtd::string &variable)
Retrieves the value of an environment variable from the current process.
int parse< int >(const std::string &str, number_styles styles)
Convert a string into a type.
Definition parse.h:137
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10