AccessKeyUnderliningConverter.Convert(String, Object, CultureInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft internal use only.
protected:
override System::Object ^ Convert(System::String ^ fullText, System::Object ^ parameter, System::Globalization::CultureInfo ^ culture);
protected override object Convert (string fullText, object parameter, System.Globalization.CultureInfo culture);
override this.Convert : string * obj * System.Globalization.CultureInfo -> obj
Protected Overrides Function Convert (fullText As String, parameter As Object, culture As CultureInfo) As Object
Parameters
- fullText
- String
The string
- parameter
- Object
The access key to convert. Should be a character.
- culture
- CultureInfo
The culture
Returns
A span containing the converted string.