[Gregor.Core.TextFindOptions]

Gregor.Core.TextFindOptions

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public enum Gregor.Core.TextFindOptions

: System.Enum, System.IComparable, System.IFormattable, System.IConvertible

Custom Attributes: System.Flags()

Description: 


Members

IgnoreCase

public const Gregor.Core.TextFindOptions IgnoreCase = 0x01

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.TextFindOptions.IgnoreCase


None

public const Gregor.Core.TextFindOptions None = 0x00

Custom Attributes: 

Description: 

RegEx

public const Gregor.Core.TextFindOptions RegEx = 0x04

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.TextFindOptions.RegEx


value__

public System.Int32 value__

Custom Attributes: 

Description: 

WholeWord

public const Gregor.Core.TextFindOptions WholeWord = 0x02

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.TextFindOptions.WholeWord


WildCards

public const Gregor.Core.TextFindOptions WildCards = 0x08

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.TextFindOptions.WildCards



See Also

System.Enum

System.FlagsAttribute

System.IComparable

System.IConvertible

System.IFormattable

System.Int32

Gregor.Core.TextFindOptions