.NET Framework Class Library

TextSearchMode Enumeration

<< Click to Display Table of Contents >>

Navigation:  Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core Namespace >

.NET Framework Class Library

TextSearchMode Enumeration

Defines the text search modes.

Namespace: Gnostice.Core

Assembly:  Gnostice.Core (in Gnostice.Core.dll)

Syntax

Visual Basic

Public Enumeration TextSearchMode

C#

public enum TextSearchMode

Visual C++

public enum class TextSearchMode

Members


Member name

Value

Description


Literal

0

Literal search where no special interpretation is given to the escape sequences present in the string.


Regex

1

Regex search.

See Also

Gnostice.Core Namespace