DecimalToString Class

Converts a decimal to a string.

Definition

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

Constructors

DecimalToStringInitializes a new instance of the DecimalToString 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