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:
C#
public class StringToGlyphConverter : IValueConverter
Inheritance: objectStringToGlyphConverter
Implements:
Constructors
C#
public StringToGlyphConverter()
Methods
Converts a glyph string value to a glyph number that can be data bound.
C#
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
The glyph string value that will be used for conversion.
targetTypeTypeThis parameter is not used.
parameterobjectThis parameter is not used.
cultureCultureInfoThis parameter is not used.
Returns:A glyph number presentation of the object.
Converts a value.
C#
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
The value that is produced by the binding target.
targetTypeTypeThe type to convert to.
parameterobjectThe converter parameter to use.
cultureCultureInfoThe culture to use in the converter.
Returns:A null value. The method is not implemented.