Click or drag to resize

PFFieldNumericValidateValue Method

Validates a decimal value, applying the decimals, minimum and maximum settings of this field.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public decimal ValidateValue(
	decimal value
)

Parameters

value
Type: SystemDecimal
The value.

Return Value

Type: Decimal
Decimal
See Also