DateToStringConverter Class

Date to string converter class.

Definition

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

Constructors

DateToStringConverterInitializes a new instance of the DateToStringConverter class

Methods

Convert Converts a DateTime value to String, depending on the culture format.
ConvertBack Not implemented.

Extension Methods

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

See Also