objecttostring

September 14, 2025 ยท View on GitHub

Shows hows how to use xtd::object::to_string method.

Sources

  • src/object_to_string.cpp
  • CMakeLists.txt

Build and run

Open "Command Prompt" or "Terminal". Navigate to the folder that contains the project and type the following:

xtdc run

Output

xamples::object_test::object1
Tue Jan  5 23:05:00 1971
false

Contents

  1. 1Sources
  2. 2Build and run
  3. 3Output