AccessKeyConverter::Convert Method (String^, Object^, CultureInfo^)

 

Microsoft internal use only.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
virtual String^ Convert(
	String^ inputString,
	Object^ parameter,
	CultureInfo^ culture
) override

Parameters

inputString
Type: System::String^

The string.

parameter
Type: System::Object^

The converter parameter. Not used.

culture
Type: System.Globalization::CultureInfo^

The culture information.

Return Value

Type: System::String^
Return to top
Show: