Java.Util.Arrays.Sort Method
Sorts the specified array in ascending numerical order.

Syntax

[Android.Runtime.Register("sort", "([B)V", "")]
public static void Sort (byte[] array)

Parameters

array
the byte array to be sorted.

Remarks

Sorts the specified array in ascending numerical order.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1