Share via


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
Public method HexBinaryValue() Initializes a new instance of the HexBinaryValue.
Public method HexBinaryValue(String) Initializes a new instance of the HexBinaryValue.
Public method HexBinaryValue(HexBinaryValue) Initializes a new instance of the HexBinaryValue by deep copy.

Top

Properties

  Name Description
Public property HasValue Gets a value indicating whether underneath text value is valid value. (Inherited from OpenXmlSimpleType.)
Public property InnerText Gets or sets the inner xml text. (Inherited from OpenXmlSimpleType.)
Protected property TextValue DON'T use this property. Only for OpenXmlSimpleType.cs internal use. The internal raw text value. (Inherited from OpenXmlSimpleType.)
Public property Value The hexBinary string value.

Top

Methods

  Name Description
Public method Clone Creates a duplicate of this value. (Inherited from OpenXmlSimpleType.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public methodStatic member FromString Returns a new HexBinaryValue object created from String.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString() Returns a String that represents the current value. (Inherited from OpenXmlSimpleType.)
Public methodStatic member ToString(HexBinaryValue) Returns the internal String representation of a HexBinaryValue object.

Top

Operators

  Name Description
Public operatorStatic member Implicit(String to HexBinaryValue) Implicit converter from String.
Public operatorStatic member Implicit(HexBinaryValue to String) Implicit converter to String.

Top

See Also

Reference

HexBinaryValue Class

DocumentFormat.OpenXml Namespace