AndroidJNI.GetStringUTFLength
static function GetStringUTFLength(str: IntPtr): int;
static int GetStringUTFLength(IntPtr str);
static def GetStringUTFLength(str as IntPtr) as int
Description

Returns the length in bytes of the modified UTF-8 representation of a string.