Str2Value Class

String value.
Inheritance Hierarchy

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public class Str2Value : StrValue

The Str2Value type exposes the following members.

Constructors
  NameDescription
Public methodStr2Value(String)
Constructor.
Public methodStr2Value(String, UnitFormulaErrV)
Constructor.
Properties
  NameDescription
Public propertyUfe
Attributes of an element.
(Inherited from StrValue.)
Public propertyUfev
Attributes of an element.
Public propertyValue
String value.
(Inherited from StrValue.)
Methods
  NameDescription
Public methodClone
Creates deep copy of this instance.
(Inherited from StrValue.)
Public methodEquals
Are objects equal.
(Overrides StrValueEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides StrValueGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also