Bytes2you.Validation.ValidationPredicates.StringPredicates.StringRegexMatchValidationPredicate.GetMatchMessage C# (CSharp) Méthode

GetMatchMessage() protected méthode

protected GetMatchMessage ( string value ) : string
value string
Résultat string
        protected override string GetMatchMessage(string value)
        {
            return MessageFormatHelper.Format(
                ValidationPredicateMessages.RegexMatchStringMessage,
                value,
                this.Pattern);
        }