ClassStringToFileNameConverter
Class
A full file name to short file name converter.
Definition
Namespace:Telerik.Windows.Cloud.Controls
Assembly:Telerik.Windows.Cloud.Controls.dll
Syntax:
cs-api-definition
public sealed class StringToFileNameConverter : IValueConverter
Inheritance: objectStringToFileNameConverter
Implements:
Constructors
StringToFileNameConverter()
Declaration
cs-api-definition
public StringToFileNameConverter()
Methods
Convert(object, Type, object, CultureInfo)
Converts the passed value to a file name.
Declaration
cs-api-definition
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
targetType
parameter
culture
Returns
ConvertBack(object, Type, object, CultureInfo)
Not implemented.
Declaration
cs-api-definition
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
Parameters
value
targetType
parameter
culture
Returns