RangeAttribute.ParseLimitsInInvariantCulture Property

Definition

Gets or sets a value that determines whether string values for Minimum and Maximum are parsed using the invariant culture rather than the current culture.

public:
 property bool ParseLimitsInInvariantCulture { bool get(); void set(bool value); };
public bool ParseLimitsInInvariantCulture { get; set; }
member this.ParseLimitsInInvariantCulture : bool with get, set
Public Property ParseLimitsInInvariantCulture As Boolean

Property Value

Applies to