Class Str2Value
Str2Value class
String value.
public class Str2Value : StrValue
Constructors
Name | Description |
---|
Str2Value(string) | Constructor. |
Str2Value(string, UnitFormulaErrV) | Constructor. |
Properties
Name | Description |
---|
Ufe { get; set; } | Attributes of an element. |
Ufev { get; set; } | Attributes of an element. |
Value { get; set; } | String value. |
Methods
Name | Description |
---|
Clone() | Creates deep copy of this instance. |
override Equals(object) | Are objects equal. |
override GetHashCode() | Serves as a hash function for a particular type. |
See Also