Bytes2you.Validation.ValidationPredicates.StringPredicates.StringRegexMatchValidationPredicate.GetMatchMessage C# (CSharp) Метод

GetMatchMessage() защищенный Метод

protected GetMatchMessage ( string value ) : string
value string
Результат string
        protected override string GetMatchMessage(string value)
        {
            return MessageFormatHelper.Format(
                ValidationPredicateMessages.RegexMatchStringMessage,
                value,
                this.Pattern);
        }