StringValidationRuleValidate Method

Validates the specified value against the rule.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public override string? Validate(
	ValidationParameters validationParameters
)

Parameters

validationParameters
Type: Dundas.BI.ConfigurationValidationParameters
Parameters to be used for the validation operation.

Return Value

Type: String
If validation succeeds, ; otherwise, a string describing why the validation failed.
See Also