# FromCharArray(IntPtr)

> Converts a Java array of \<tt\>char\</tt\> to a managed array of System.Char.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.AndroidJNIModule

```csharp
public static char[] FromCharArray(IntPtr array)
```

### Parameters

**** (\[IntPtr]\(https\://learn.microsoft.com/dotnet/api/system.intptr)):&#x20;

### Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [char\[\]](https://learn.microsoft.com/dotnet/api/system.char) |             |

### Remarks

Additional Resources: [AndroidJNI.GetCharArrayElement](/engine/6000.0/script-reference/unityengine/androidjni/getchararrayelement.md), [AndroidJNI.GetArrayLength](/engine/6000.0/script-reference/unityengine/androidjni/getarraylength.md).
