using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace System.Web.UI.WebControls { /// /// Indicates which to use when converting string values to types. /// public enum ParsingCulture { /// /// is used. This is the default. /// Invariant, /// /// is used. /// Current } }