Show / Hide Table of Contents

Class WildCardValueMatcher

Compares values against wildcard strings

Inheritance
System.Object
ValueMatcher
WildCardValueMatcher
Inherited Members
ValueMatcher.IncompatibleOperands
ValueMatcher.IsMatch(Object, Object, Boolean)
ValueMatcher.CompareStringToObject(String, Object, Boolean)
ValueMatcher.CompareObjectToString(Object, String)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.FormulaParsing.ExcelUtilities
Assembly: EPPlus.dll
Syntax
public class WildCardValueMatcher : ValueMatcher

Methods

CompareStringToString(String, String)

Compares two strings

Declaration
protected override int CompareStringToString(string searchedValue, string candidate)
Parameters
Type Name Description
System.String searchedValue

The searched value, might contain wildcard characters

System.String candidate

The candidate to compare

Returns
Type Description
System.Int32

0 if match, otherwise -1 or 1

Overrides
ValueMatcher.CompareStringToString(String, String)
In This Article
Back to top Generated by DocFX