Byte.ToString(SByte) Method

Definition

Returns a new String object representing the specified byte.

[Android.Runtime.Register("toString", "(B)Ljava/lang/String;", "")]
public static string ToString (sbyte b);
[<Android.Runtime.Register("toString", "(B)Ljava/lang/String;", "")>]
static member ToString : sbyte -> string

Parameters

b
SByte

the byte to be converted

Returns

the string representation of the specified byte

Attributes

Remarks

Returns a new String object representing the specified byte. The radix is assumed to be 10.

Java documentation for java.lang.Byte.toString(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