[Gregor.Core.StringTightenOptions]

Gregor.Core.StringTightenOptions

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public enum Gregor.Core.StringTightenOptions

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

Custom Attributes: System.Flags()

Description: 


Members

All

public const Gregor.Core.StringTightenOptions All = 0x1f

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.StringTightenOptions.Begin | Gregor.Core.StringTightenOptions.Center | Gregor.Core.StringTightenOptions.End | Gregor.Core.StringTightenOptions.TrimBegin | Gregor.Core.StringTightenOptions.TrimEnd


Begin

public const Gregor.Core.StringTightenOptions Begin = 0x01

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.StringTightenOptions.Begin


Center

public const Gregor.Core.StringTightenOptions Center = 0x02

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.StringTightenOptions.Center


Default

public const Gregor.Core.StringTightenOptions Default = 0x07

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.StringTightenOptions.Begin | Gregor.Core.StringTightenOptions.Center | Gregor.Core.StringTightenOptions.End


End

public const Gregor.Core.StringTightenOptions End = 0x04

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.StringTightenOptions.End


None

public const Gregor.Core.StringTightenOptions None = 0x00

Custom Attributes: 

Description: 

TrimBegin

public const Gregor.Core.StringTightenOptions TrimBegin = 0x08

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.StringTightenOptions.TrimBegin


TrimBoth

public const Gregor.Core.StringTightenOptions TrimBoth = 0x18

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.StringTightenOptions.TrimBegin | Gregor.Core.StringTightenOptions.TrimEnd


TrimEnd

public const Gregor.Core.StringTightenOptions TrimEnd = 0x10

Custom Attributes: 

Description: 
Value (Decomposed): Gregor.Core.StringTightenOptions.TrimEnd


value__

public System.Int32 value__

Custom Attributes: 

Description: 


See Also

System.Enum

System.FlagsAttribute

System.IComparable

System.IConvertible

System.IFormattable

System.Int32

Gregor.Core.StringTightenOptions