ClassHumanReadableFileSizeConverter
Class
Class that converts file size to a friendly, human readable format.
Definition
Namespace:Telerik.Windows.Cloud.Controls
Assembly:Telerik.Windows.Cloud.Controls.dll
Syntax:
cs-api-definition
public sealed class HumanReadableFileSizeConverter : IValueConverter
Inheritance: objectHumanReadableFileSizeConverter
Implements:
Constructors
HumanReadableFileSizeConverter()
Declaration
cs-api-definition
public HumanReadableFileSizeConverter()
Methods
Convert(object, Type, object, CultureInfo)
Converts the file size to a human readable format.
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