Parse examples
January 11, 2024 ยท View on GitHub
This folder contains parse examples used by Reference Guide and more.
- parse_boolean shows how to use xtd::parse method with boolean value.
- parse_enum shows how to use xtd::parse and xtd::enum_object<>::parse methods.
- parse_enum_class shows how to use xtd::parse and xtd::enum_object<>::parse methods.
- parse_enum_struct shows how to use xtd::parse and xtd::enum_object<>::parse methods.
- parse_floating_point shows how to use xtd::parse method with floating point (float, double and decimal).
- parse_numeric shows how to use xtd::parse method with numeric (int8, int16, int32, int64, uint8, uint16, uint32 and uint64).
Build and run any project
Open "Command Prompt" or "Terminal". Navigate to the folder that contains the project and type the following:
xtdc run -t any_project_name