Table of Contents

Class MatchStringArgs

Namespace
NCalc.Handlers
Assembly
NCalc.dll
public class MatchStringArgs : EventArgs
Inheritance
MatchStringArgs
Inherited Members

Constructors

MatchStringArgs(string, string, bool)

public MatchStringArgs(string value, string pattern, bool caseInsensitive)

Parameters

value string
pattern string
caseInsensitive bool

Properties

CaseInsensitive

public bool CaseInsensitive { get; }

Property Value

bool

Matches

public bool? Matches { get; set; }

Property Value

bool?

Pattern

public string Pattern { get; }

Property Value

string

Value

public string Value { get; }

Property Value

string