ObjectDataSource.ParsingCulture Property

Definition

Gets a or sets a value that indicates what culture information is used when converting string values to actual property types in order to construct an object of the type indicated by DataObjectTypeName.

C#
public System.Web.UI.WebControls.ParsingCulture ParsingCulture { get; set; }

Property Value

The culture information. The default value is Invariant.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also