Gets the error message string for string validation

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

Syntax

C#
protected string BuildStringErrorMessage(
	string min,
	string max
)

Parameters

min
String

[Missing <param> documentation for "min"]

max
String

[Missing <param> documentation for "max"]

Return Value

an error message

See Also