Class
StringToUpperConverter

Uses the method to convert a string to upper case.

Definition

Namespace:Telerik.Core

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class StringToUpperConverter : IValueConverter

Inheritance: objectStringToUpperConverter

Implements: IValueConverter

Constructors

StringToUpperConverter()

Declaration

cs-api-definition
public StringToUpperConverter()

Methods

Convert(object, Type, object, string)

Converts the specified value to upper case using the method.

Declaration

cs-api-definition
public object Convert(object value, Type targetType, object parameter, string language)

Parameters

value

object

The value.

targetType

Type

Type of the target.

parameter

object

The parameter.

language

string

The language.

Returns

object

ConvertBack(object, Type, object, string)

Not implemented.

Declaration

cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, string language)

Parameters

value

object

targetType

Type

parameter

object

language

string

Returns

object