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