Bridge

Convert..::..ToChar Method (String, IFormatProvider)

Converts the value of the specified object to its equivalent Unicode character, using the specified culture-specific formatting information.

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

Syntax


[TemplateAttribute]
public static char ToChar(
	string value,
	IFormatProvider provider
)
<TemplateAttribute> _
Public Shared Function ToChar ( _
	value As String, _
	provider As IFormatProvider _
) As Char
[TemplateAttribute]
public:
static wchar_t^ ToChar(
	String^ value, 
	IFormatProvider^ provider
)

Parameters

value
Type: System..::..String
provider
Type: System..::..IFormatProvider