DoubleToString Class

Converts a double to a string.

Definition

Namespace: Common.Wpf.Converters
Assembly: Common.Wpf.Resources (in Common.Wpf.Resources.dll) Version: 2.0.6
C#
public class DoubleToString : ConverterBase
Inheritance
Object    ConverterBase    DoubleToString

Constructors

DoubleToStringInitializes a new instance of the DoubleToString class

Methods

ConvertConverts the binding source to target.
(Overrides ConverterBaseConvert(Object, Type, Object, CultureInfo))
ConvertBackConverts the binding target back to source.
(Overrides ConverterBaseConvertBack(Object, Type, Object, CultureInfo))

See Also