String.C_str Method
This element is not available using the selected API.
This element is not available using the selected API.
In this article
Converts a String into the current code page.
public:
const char* c_str () const
The returned pointer points to data that is owned by the String instance. It valid as long as the String instance exists and it must not be deleted explicitly.
Windows, Linux, Android
In this article
This element is not available using the selected API.
In this article
This element is not available using the selected API.
In this article