Bridge

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

Converts the value of a 16-bit signed integer to its equivalent string representation in a specified base.

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

Syntax


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

Parameters

value
Type: System..::..Int16
toBase
Type: System..::..Int32