# FromSByteArray(nint)

> Converts a Java array of \<tt\>byte\</tt\> to a managed array of System.SByte.

## Definition

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

## FromSByteArray(IntPtr)

```csharp
public static sbyte[] FromSByteArray(nint array)
```

### Parameters

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

### Returns

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

### Remarks

Additional Resources: [AndroidJNI.GetSByteArrayElement](/engine/6000.3/script-reference/unityengine/androidjni/getsbytearrayelement.md), [AndroidJNI.GetArrayLength](/engine/6000.3/script-reference/unityengine/androidjni/getarraylength.md).
