Class DateTimeToStringValueConverter
- Namespace
- MADE.Data.Converters
- Assembly
- MADE.Data.Converters.dll
public class DateTimeToStringValueConverter : IValueConverter<DateTime, string>
- Inheritance
-
DateTimeToStringValueConverter
- Implements
- Inherited Members
- Extension Methods
Methods
Convert(DateTime, object?)
Converts the value to the string type.
public string Convert(DateTime value, object? parameter = null)
Parameters
valueDateTimeThe value to convert.
parameterobjectThe optional parameter used to help with conversion.
Returns
ConvertBack(string, object?)
Converts the value back to the DateTime type.
public DateTime ConvertBack(string value, object? parameter = null)
Parameters
valuestringThe value to convert.
parameterobjectThe optional parameter used to help with conversion.