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

DecimalEditControl..::..ValidateValue Method

Validates the value.

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

Syntax


protected Nullable<double> ValidateValue(
	Nullable<double> newValue
)
Protected Function ValidateValue ( _
	newValue As Nullable(Of Double) _
) As Nullable(Of Double)
protected:
Nullable<double^> ValidateValue(
	Nullable<double^> newValue
)

Parameters

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

Return Value

System.Nullable<System.Double>.