Java.Lang.Integer.ReverseBytes Method
Reverses the order of the bytes of the specified integer.

Syntax

[Android.Runtime.Register("reverseBytes", "(I)I", "")]
public static int ReverseBytes (int i)

Parameters

i
the integer value for which to reverse the byte order.

Returns

Documentation for this section has not yet been entered.

Remarks

Reverses the order of the bytes of the specified integer.

[Android Documentation]

Requirements

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