Class that converts file size to a friendly, human readable format.
Definition
Namespace:Telerik.Windows.Cloud.Controls
Assembly:Telerik.Windows.Cloud.Controls.dll
Syntax:
C#
public sealed class HumanReadableFileSizeConverter : IValueConverter
Inheritance: objectHumanReadableFileSizeConverter
Implements:
Constructors
C#
public HumanReadableFileSizeConverter()
Methods
Converts the file size to a human readable format.
C#
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
Not implemented.
C#
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)