Show / Hide Table of Contents

Class ValueMatcher

Inheritance
System.Object
ValueMatcher
LookupValueMatcher
WildCardValueMatcher
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 ValueMatcher

Fields

IncompatibleOperands

Declaration
public const int IncompatibleOperands = -2
Field Value
Type Description
System.Int32

Methods

CompareObjectToString(Object, String)

Declaration
protected virtual int CompareObjectToString(object searchedValue, string candidate)
Parameters
Type Name Description
System.Object searchedValue
System.String candidate
Returns
Type Description
System.Int32

CompareStringToObject(String, Object)

Declaration
protected virtual int CompareStringToObject(string searchedValue, object candidate)
Parameters
Type Name Description
System.String searchedValue
System.Object candidate
Returns
Type Description
System.Int32

CompareStringToString(String, String)

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

IsMatch(Object, Object)

Declaration
public virtual int IsMatch(object searchedValue, object candidate)
Parameters
Type Name Description
System.Object searchedValue
System.Object candidate
Returns
Type Description
System.Int32
In This Article
Back to top Generated by DocFX