IsStringContainsAnyFromList Archive

  • /// <summary>        /// Returns true, if  string contains any of substring from the list (case insensitive)        /// See similar (with SqlLikeMatch support) in ResponseMessagePatternsCache        /// </summary>      ...

    IsStringContainsAnyFromList helper function

    /// <summary>        /// Returns true, if  string contains any of substring from the list (case insensitive)        /// See similar (with SqlLikeMatch support) in ResponseMessagePatternsCache        /// </summary>      ...

    Continue Reading...