![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Converts a DateTime value to a String value. If the value is DateTime.MinValue or DateTime.MaxValue, the empty string is returned. More...
Public Member Functions | |
object? | Convert (object? value, Type targetType, object? parameter, CultureInfo culture) |
object? | ConvertBack (object? value, Type targetType, object? parameter, CultureInfo culture) |
object | ProvideValue (IServiceProvider serviceProvider) |
Converts a DateTime value to a String value. If the value is DateTime.MinValue or DateTime.MaxValue, the empty string is returned.
Definition at line 9 of file DateTimeToString.cs.
object? NeuroAccessMaui.UI.Converters.DateTimeToString.Convert | ( | object? | value, |
Type | targetType, | ||
object? | parameter, | ||
CultureInfo | culture | ||
) |
Definition at line 12 of file DateTimeToString.cs.
object? NeuroAccessMaui.UI.Converters.DateTimeToString.ConvertBack | ( | object? | value, |
Type | targetType, | ||
object? | parameter, | ||
CultureInfo | culture | ||
) |
Definition at line 26 of file DateTimeToString.cs.
object NeuroAccessMaui.UI.Converters.DateTimeToString.ProvideValue | ( | IServiceProvider | serviceProvider | ) |
Definition at line 35 of file DateTimeToString.cs.