Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public enum Gregor.Core.TextFindOptions : System.Enum, System.IComparable, System.IFormattable, System.IConvertible Custom Attributes: System.Flags() Description:
public const Gregor.Core.TextFindOptions IgnoreCase = 0x01 Custom Attributes: Description: Value (Decomposed): Gregor.Core.TextFindOptions.IgnoreCase
public const Gregor.Core.TextFindOptions None = 0x00 Custom Attributes: Description:
public const Gregor.Core.TextFindOptions RegEx = 0x04 Custom Attributes: Description: Value (Decomposed): Gregor.Core.TextFindOptions.RegEx
public System.Int32 value__ Custom Attributes: Description:
public const Gregor.Core.TextFindOptions WholeWord = 0x02 Custom Attributes: Description: Value (Decomposed): Gregor.Core.TextFindOptions.WholeWord
public const Gregor.Core.TextFindOptions WildCards = 0x08 Custom Attributes: Description: Value (Decomposed): Gregor.Core.TextFindOptions.WildCards