Byte.ToUnsignedInt(SByte) Method

Definition

Converts the argument to an int by an unsigned conversion.

[Android.Runtime.Register("toUnsignedInt", "(B)I", "", ApiSince=26)]
public static int ToUnsignedInt (sbyte x);
[<Android.Runtime.Register("toUnsignedInt", "(B)I", "", ApiSince=26)>]
static member ToUnsignedInt : sbyte -> int

Parameters

x
SByte

the value to convert to an unsigned int

Returns

Int32

the argument converted to int by an unsigned conversion

Attributes

Remarks

Java documentation for java.lang.Byte.toUnsignedInt(byte).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to