DecimalValue Members
Include Protected Members
Include Inherited Members
Defines DecimalValue - Decimal value for attributes.
The DecimalValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DecimalValue() | Initializes a new instance of the DecimalValue. | |
DecimalValue(Decimal) | Initializes a new instance of the DecimalValue. | |
DecimalValue(DecimalValue) | Initializes a new instance of the DecimalValue by deep copy. |
Top
Properties
Name | Description | |
---|---|---|
HasValue | Gets a value indicating whether underneath text value is valid value. (Inherited from OpenXmlSimpleValue<T>.) | |
InnerText | The inner xml text . (Overrides OpenXmlSimpleValue<T>.InnerText.) | |
TextValue | DON'T use this property. Only for OpenXmlSimpleType.cs internal use. The internal raw text value. (Inherited from OpenXmlSimpleType.) | |
Value | Gets or sets the value of the simple value. (Inherited from OpenXmlSimpleValue<T>.) |
Top
Methods
Name | Description | |
---|---|---|
Clone | Creates a duplicate of this value. (Inherited from OpenXmlSimpleType.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FromDecimal | Returns a new DecimalValue object created from Decimal. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToDecimal | Returns the internal Decimal representation of a DecimalValue object. | |
ToString | Returns a String that represents the current value. (Inherited from OpenXmlSimpleType.) |
Top
Operators
Name | Description | |
---|---|---|
Implicit(Decimal to DecimalValue) | Implicit converter from Decimal. | |
Implicit(DecimalValue to Decimal) | Implicit converter to Decimal. |
Top