Class
StringToFileNameConverter

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: IValueConverter

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

object

targetType

Type

parameter

object

culture

CultureInfo

Returns

object

ConvertBack(object, Type, object, CultureInfo)

Not implemented.

Declaration

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

Parameters

value

object

targetType

Type

parameter

object

culture

CultureInfo

Returns

object