Share via


TextCaseConverter.Convert(Object, Type, Object, CultureInfo) Method

Definition

Converts text (string, char) to certain case.

public object Convert(object value, Type targetType, object parameter, System.Globalization.CultureInfo culture);

Parameters

value
System.Object

The text to convert.

targetType
System.Type

The type of the binding target property. This is not implemented.

parameter
System.Object

The desired text case that the text should be converted to. Must match TextCaseType enum value.

culture
System.Globalization.CultureInfo

The culture to use in the converter. This is not implemented.

Returns

System.Object

The converted text representation with the desired casing.

Implements

Applies to