Gets the error message string for Decimal validation

Namespace: Castle.Components.Validator
Assembly:  Castle.Components.Validator (in Castle.Components.Validator.dll)
Version: 1.0.3.0

Syntax

C#
protected string BuildDecimalErrorMessage(
	decimal min,
	decimal max
)

Parameters

min
Decimal

[Missing <param> documentation for "min"]

max
Decimal

[Missing <param> documentation for "max"]

Return Value

an error message

See Also