Show / Hide Table of Contents

Class WildCardValueMatcher

Inheritance
System.Object
ValueMatcher
WildCardValueMatcher
Inherited Members
ValueMatcher.IncompatibleOperands
ValueMatcher.IsMatch(Object, Object)
ValueMatcher.CompareStringToObject(String, Object)
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)

Declaration
protected override int CompareStringToString(string searchedValue, string candidate)
Parameters
Type Name Description
System.String searchedValue
System.String candidate
Returns
Type Description
System.Int32
Overrides
ValueMatcher.CompareStringToString(String, String)
In This Article
Back to top Generated by DocFX