Abp.Web.Mvc.Localized.LocalizedStringLength.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(TranslationHelper.L(ErrorMessage), name, MinimumLength, MaximumLength);
        }
    }