此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
获取或设置一个值,该值确定 Minimum 和 Maximum 的字符串值是否是使用固定区域性而非当前区域性分析的。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