IValidationIntegrationProxy.PerformCustomValueConversion Method

Performs a custom conversion of a value to validate.

Namespace: Microsoft.Practices.EnterpriseLibrary.Validation.Integration
Assembly: Microsoft.Practices.EnterpriseLibrary.Validation (in Microsoft.Practices.EnterpriseLibrary.Validation.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

void PerformCustomValueConversion(
    ValueConvertEventArgs e
)
'Declaration
Sub PerformCustomValueConversion ( 
    e As ValueConvertEventArgs
)
void PerformCustomValueConversion(
    ValueConvertEventArgs^ e
)

Parameters

Remarks

Implementors should set the ConvertedValue with the conversion result, and set the ConversionErrorMessage should an error occur during conversion.

See Also

IValidationIntegrationProxy Interface

IValidationIntegrationProxy Members

Microsoft.Practices.EnterpriseLibrary.Validation.Integration Namespace