Class
HumanReadableFileSizeConverter

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

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

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