The members of Java.Lang.Byte are listed below.
See Also: Inherited members from Java.Lang.Number
static | Type | Class. The Java.Lang.Class object that represents the primitive type byte. |
| [read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
| [read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
CompareTo(Byte)Compares this object to the specified byte object to determine their relative order. | ||
static | Decode(string)Parses the specified string and returns a Byte instance if the string can be decoded into a single byte value. | |
override | DoubleValue()Returns this object's value as a double. | |
override | FloatValue()Returns this object's value as a float. | |
override | IntValue()Returns this object's value as an int. | |
override | LongValue()Returns this object's value as a long. | |
static | ParseByte(string)Parses the specified string as a signed decimal byte value. | |
static | ParseByte(string, int)Parses the specified string as a signed byte value using the specified radix. | |
static | ToString(sbyte)Returns a string containing a concise, human-readable description of the specified byte value. | |
static | ValueOf(sbyte)If it is not necessary to get a new Byte instance, it is recommended to use this method instead of the constructor, since it maintains a cache of instances which may result in better performance. | |
static | ValueOf(string)Parses the specified string as a signed decimal byte value. | |
static | ValueOf(string, int)Parses the specified string as a signed byte value using the specified radix. | |
static | Conversion to System.SByte(Explicit) | Documentation for this section has not yet been entered. |
| Java.Lang.IComparable.CompareTo | Documentation for this section has not yet been entered. | |
| IConvertible.GetTypeCode | Documentation for this section has not yet been entered. | |
| IConvertible.ToBoolean | Documentation for this section has not yet been entered. | |
| IConvertible.ToByte | Documentation for this section has not yet been entered. | |
| IConvertible.ToChar | Documentation for this section has not yet been entered. | |
| IConvertible.ToDateTime | Documentation for this section has not yet been entered. | |
| IConvertible.ToDecimal | Documentation for this section has not yet been entered. | |
| IConvertible.ToDouble | Documentation for this section has not yet been entered. | |
| IConvertible.ToInt16 | Documentation for this section has not yet been entered. | |
| IConvertible.ToInt32 | Documentation for this section has not yet been entered. | |
| IConvertible.ToInt64 | Documentation for this section has not yet been entered. | |
| IConvertible.ToSByte | Documentation for this section has not yet been entered. | |
| IConvertible.ToSingle | Documentation for this section has not yet been entered. | |
| IConvertible.ToString | Documentation for this section has not yet been entered. | |
| IConvertible.ToType | Documentation for this section has not yet been entered. | |
| IConvertible.ToUInt16 | Documentation for this section has not yet been entered. | |
| IConvertible.ToUInt32 | Documentation for this section has not yet been entered. | |
| IConvertible.ToUInt64 | Documentation for this section has not yet been entered. |