Class WildCardValueMatcher
Compares values against wildcard strings
Inherited Members
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 |