Class
StringToGlyphConverter

Represents converter that converts a glyph string value to a glyph number that can be data bound.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public class StringToGlyphConverter : IValueConverter

Inheritance: objectStringToGlyphConverter

Implements: IValueConverter

Constructors

StringToGlyphConverter()

Declaration

cs-api-definition
public StringToGlyphConverter()

Methods

Convert(object, Type, object, CultureInfo)

Converts a glyph string value to a glyph number that can be data bound.

Declaration

cs-api-definition
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

The glyph string value that will be used for conversion.

targetType

Type

This parameter is not used.

parameter

object

This parameter is not used.

culture

CultureInfo

This parameter is not used.

Returns

object

A glyph number presentation of the object.

ConvertBack(object, Type, object, CultureInfo)

Converts a value.

Declaration

cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)

Parameters

value

object

The value that is produced by the binding target.

targetType

Type

The type to convert to.

parameter

object

The converter parameter to use.

culture

CultureInfo

The culture to use in the converter.

Returns

object

A null value. The method is not implemented.