String.ToUtf8 Method
This element is not available using the selected API.
This element is not available using the selected API.
In this article
Returns the contents of this String instance as an UTF-8 encoded string.
public:
const char* toUtf8 () 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