C# Class Moryx.WpfToolkit.FileSizeToTextConverter

Converts a long value to a string that represents a file size with unit
Inheritance: IValueConverter
ファイルを表示 Open project: PHOENIXCONTACT/MORYX-ClientFramework

Public Methods

Method Description
Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Conversion method

ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object

Not supported

Method Details

Convert() public method

Conversion method
public Convert ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object Long value
targetType Type Not used
parameter object Not used
culture CultureInfo Not used
return object

ConvertBack() public method

Not supported
public ConvertBack ( object value, Type targetType, object parameter, CultureInfo culture ) : object
value object
targetType Type
parameter object
culture CultureInfo
return object