AndroidJNI.GetStringUTFChars

Declaration

public static string GetStringUTFChars(IntPtr str);

Description

Returns a managed string object representing the string in modified UTF-8 encoding.

This method is a modification of the original GetStringUTFChars, which returns a pointer to an array of bytes.

Additional resources: Java Native Interface Specification (Oracle)


Did you find this page useful? Please give it a rating: