String.C_wstr 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 wide character representation of the platform.
public:
const wchar_t* c_wstr () const
On the Microsoft Windows platform the wide character representation is UTF-16 and on Unix UTF-32.
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