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 s1, string s2)
Parameters
Type Name Description
System.String s1
System.String s2
Returns
Type Description
System.Int32
Overrides
ValueMatcher.CompareStringToString(String, String)
Back to top Generated by DocFX