Class StrValue

StrValue class

String value

public class StrValue : ICloneable

Constructors

NameDescription
StrValue(string)Constructor.
StrValue(string, MeasureConst)Constructor.
StrValue(string, UnitFormulaErr)Constructor.

Properties

NameDescription
Ufe { get; set; }Attributes of an element.
Value { get; set; }String value.

Methods

NameDescription
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