ABsoluteMaybe.SampleWebsite.MVC2.Models.PropertiesMustMatchAttribute.FormatErrorMessage C# (CSharp) Method

FormatErrorMessage() public method

public FormatErrorMessage ( string name ) : string
name string
return string
        public override string FormatErrorMessage(string name)
        {
            return String.Format(CultureInfo.CurrentUICulture, ErrorMessageString,
                OriginalProperty, ConfirmProperty);
        }