Bridge

Convert..::..ToString Method (Byte, Int32)

Converts the value of an 8-bit unsigned integer to its equivalent string representation in a specified base.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static string ToString(
	byte value,
	int toBase
)
<TemplateAttribute> _
Public Shared Function ToString ( _
	value As Byte, _
	toBase As Integer _
) As String
[TemplateAttribute]
public:
static String^ ToString(
	unsigned char^ value, 
	int^ toBase
)

Parameters

value
Type: System..::..Byte
toBase
Type: System..::..Int32