Table of Contents

Property MatchCase

Namespace
DocWright.Dom.Editing
Assembly
DocWright.Dom.dll

MatchCase

Gets or sets a value indicating whether the search is case-sensitive. Default true. Case-insensitive matching is ordinal, never culture-sensitive: a document is not searched differently because the machine running the search is Turkish.

public bool MatchCase { get; set; }

Property Value

bool