Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
NeuroAccessMaui.UI.Converters.DateTimeToString Class Reference

Converts a DateTime value to a String value. If the value is DateTime.MinValue or DateTime.MaxValue, the empty string is returned. More...

Inheritance diagram for NeuroAccessMaui.UI.Converters.DateTimeToString:

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)
 

Detailed Description

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.

Member Function Documentation

◆ Convert()

object? NeuroAccessMaui.UI.Converters.DateTimeToString.Convert ( object?  value,
Type  targetType,
object?  parameter,
CultureInfo  culture 
)

Definition at line 12 of file DateTimeToString.cs.

◆ ConvertBack()

object? NeuroAccessMaui.UI.Converters.DateTimeToString.ConvertBack ( object?  value,
Type  targetType,
object?  parameter,
CultureInfo  culture 
)

Definition at line 26 of file DateTimeToString.cs.

◆ ProvideValue()

object NeuroAccessMaui.UI.Converters.DateTimeToString.ProvideValue ( IServiceProvider  serviceProvider)

Definition at line 35 of file DateTimeToString.cs.


The documentation for this class was generated from the following file: