Class
DoubleToPercentConverter

Represents double to string percent converter.

Definition

Namespace:Telerik.Windows.Controls.FixedDocumentViewersUI.Converters

Assembly:Telerik.Windows.Controls.FixedDocumentViewersUI.dll

Syntax:

cs-api-definition
public class DoubleToPercentConverter : IValueConverter

Inheritance: objectDoubleToPercentConverter

Implements: IValueConverter

Constructors

DoubleToPercentConverter()

Declaration

cs-api-definition
public DoubleToPercentConverter()

Methods

Convert(object, Type, object, CultureInfo)

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)

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