Class StringToGlyphConverter
Represents converter that converts a glyph string value to a glyph number that can be data bound.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public class StringToGlyphConverter : Object, IValueConverter
Constructors
StringToGlyphConverter()
Declaration
public StringToGlyphConverter()
Methods
Convert(Object, Type, Object, CultureInfo)
Converts a glyph string value to a glyph number that can be data bound.
Declaration
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System. The glyph string value that will be used for conversion. |
System. This parameter is not used. |
System. This parameter is not used. |
System. This parameter is not used. |
Returns
System. A glyph number presentation of the object. |
ConvertBack(Object, Type, Object, CultureInfo)
Converts a value.
Declaration
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
System. The value that is produced by the binding target. |
System. The type to convert to. |
System. The converter parameter to use. |
System. The culture to use in the converter. |
Returns
System. A null value. The method is not implemented. |