Bridge

Convert..::..ToString Method (Char)

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(
	char value
)
<TemplateAttribute> _
Public Shared Function ToString ( _
	value As Char _
) As String
[TemplateAttribute]
public:
static String^ ToString(
	wchar_t^ value
)

Parameters

value
Type: System..::..Char