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

NumericEditControlSetup<(Of <(<'T>)>)>..::..FormatValue Method

Formats the value.

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

Syntax


public string FormatValue(
	Nullable<double> value
)
Public Function FormatValue ( _
	value As Nullable(Of Double) _
) As String
public:
String^ FormatValue(
	Nullable<double^> value
)

Parameters

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

Return Value

System.String.