Double |
public class DoublePropertyEvaluator : PropertyEvaluatorBase, IPropertyEvaluator, IPropertyExtractionTreeNode, IEquatable<DoublePropertyEvaluator>
The DoublePropertyEvaluator type exposes the following members.
| Name | Description | |
|---|---|---|
| DoublePropertyEvaluator | Initializes a new instance of the DoublePropertyEvaluator class |
| Name | Description | |
|---|---|---|
| Children |
Gets a list of child nodes, where each tuple contains the index of the name part and the corresponding child node.
(Inherited from PropertyEvaluatorBase) | |
| LCID | Gets or sets the LCID (Locale Identifier) used for parsing the double value. The default value is the invariant culture's LCID. | |
| NumberOfIgnoredCharactersAfter | Gets or sets the number of characters to ignore after the value when parsing. This can be useful for skipping suffixes or other non-numeric characters in the input text. | |
| NumberOfIgnoredCharactersBefore | Gets or sets the number of characters to ignore before the value when parsing. This can be useful for skipping prefixes or other non-numeric characters in the input text. | |
| NumberStyles | Gets or sets the number styles used for parsing the double value. The default value is System.Globalization.NumberStyles.Float. | |
| PropertyName |
Gets or sets the name of the property to be evaluated. This property is required and must be set during initialization.
(Inherited from PropertyEvaluatorBase) |
| Name | Description | |
|---|---|---|
| Evaluate | Evaluates a text and extracts a property name and its value. | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | (Overrides PropertyEvaluatorBase.ToString) |