ZeroToStringEmptyConverter Class

Zero to string empty converter.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public class ZeroToStringEmptyConverter : IValueConverter
Inheritance
Object    ZeroToStringEmptyConverter
Implements
IValueConverter

Constructors

ZeroToStringEmptyConverterInitializes a new instance of the ZeroToStringEmptyConverter class

Methods

Convert Converts to Empty if value is 0.
ConvertBack Converts to 0 if value is Empty.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also