GetStringUTFChars(nint)
Returns a managed string object representing the string in modified UTF-8 encoding.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.AndroidJNIModule
GetStringUTFChars(IntPtr)
public static string GetStringUTFChars(nint str)
Parameters
Returns
Type | Description |
|---|---|
| string |
Remarks
This method is a modification of the original \<tt\>GetStringUTFChars\</tt\>, which returns a pointer to an array of bytes.
Additional Resources: Java Native Interface Specification (Oracle)