StringToDateTime Class

Converts a date string to a DataTime object.

Definition

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

Constructors

StringToDateTimeInitializes a new instance of the StringToDateTime 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