SOLVED!
Convert GS::UniString to Int32
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-07-24 06:51 AM
2023-07-24
06:51 AM
Labels:
- Labels:
-
Add-On (C++)
1 ACCEPTED SOLUTION
Accepted Solutions
Solution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-07-24 07:36 AM
2023-07-24
07:36 AM
#include <StringConversion.hpp>
GS::UniString strVal = "42";
Int32 intVal;
GS::UniStringToValue (strVal, intVal);
2 REPLIES 2
Solution

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-07-24 07:36 AM
2023-07-24
07:36 AM
#include <StringConversion.hpp>
GS::UniString strVal = "42";
Int32 intVal;
GS::UniStringToValue (strVal, intVal);

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-07-28 01:26 PM
2023-07-28
01:26 PM
This is the ultimate answer to life, the universe, and everything. 😁
Loving Archicad since 1995 - Find Archicad Tips at x.com/laszlonagy
AMD Ryzen9 5900X CPU, 64 GB RAM 3600 MHz, Nvidia GTX 1060 6GB, 500 GB NVMe SSD
2x28" (2560x1440), Windows 10 PRO ENG, Ac20-Ac28
AMD Ryzen9 5900X CPU, 64 GB RAM 3600 MHz, Nvidia GTX 1060 6GB, 500 GB NVMe SSD
2x28" (2560x1440), Windows 10 PRO ENG, Ac20-Ac28