.NET Framework Class Library
TextSearchMode Enumeration
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core Namespace > TextSearchMode Enumeration |
Defines the text search modes.
Namespace: Gnostice.Core
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public Enumeration TextSearchMode |
C# |
public enum TextSearchMode |
Visual C++ |
public enum class TextSearchMode |
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. |