Field.TreatAsNumeric Property

Definition

Gets a value that indicates whether the field value is treated as numeric.

public:
 property bool TreatAsNumeric { bool get(); };
[System.Xml.Serialization.XmlIgnore]
public bool TreatAsNumeric { get; }
[<System.Xml.Serialization.XmlIgnore>]
member this.TreatAsNumeric : bool
Public ReadOnly Property TreatAsNumeric As Boolean

Property Value

true if the field value is treated as numeric; otherwise, false.

Attributes

Applies to