Bridge

Convert..::..ToString Method (Object)

Converts the value of the specified object to its equivalent string representation.

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

Syntax


[TemplateAttribute]
public static string ToString(
	Object value
)
<TemplateAttribute> _
Public Shared Function ToString ( _
	value As Object _
) As String
[TemplateAttribute]
public:
static String^ ToString(
	Object^ value
)

Parameters

value
Type: System..::..Object