Support Board
Date/Time: Mon, 24 Feb 2025 19:25:58 +0000
Post From: Convert SCString to string
[2021-03-18 14:33:26] |
User310645 - Posts: 49 |
Use SCString.GetChars() to get a char* from which you can construct a std::string if thats what you mean by "regular" string.
|