RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DateEditControlSetup..::..FormatValueForDisplay Method

Formats the value for display.

Namespace:  RingSoft.DataEntryControls.Engine
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public string FormatValueForDisplay(
	Nullable<DateTime> value
)
Public Function FormatValueForDisplay ( _
	value As Nullable(Of DateTime) _
) As String
public:
String^ FormatValueForDisplay(
	Nullable<DateTime^> value
)

Parameters

value
Type: Nullable<(Of <(<'DateTime>)>)>
The value.

Return Value

System.String.