New to Telerik UI for WPFStart a free 30-day trial

Represents the converter that converts strings to uppercase.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GanttView.dll

Syntax:

C#
public class UpperCaseStringConverter : IValueConverter

Inheritance: objectUpperCaseStringConverter

Implements: IValueConverter

Constructors

C#
public UpperCaseStringConverter()

Methods

C#
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters:valueobjecttargetTypeTypeparameterobjectcultureCultureInfoReturns:

object

C#
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters:valueobjecttargetTypeTypeparameterobjectcultureCultureInfoReturns:

object