Share via


UInt32Value Members

Include Protected Members
Include Inherited Members

Defines UInt32Value - UInt32 value for attributes.

The UInt32Value type exposes the following members.

Constructors

  Name Description
Public method UInt32Value() Initializes a new instance of the UInt32Value.
Public method UInt32Value(UInt32) Initializes a new instance of the UInt32Value.
Public method UInt32Value(UInt32Value) Initializes a new instance of the UInt32Value by deep copy.

Top

Properties

  Name Description
Public property HasValue Gets a value indicating whether underneath text value is valid value. (Inherited from OpenXmlSimpleValue<T>.)
Public property InnerText Gets or sets the inner xml text. (Overrides OpenXmlSimpleValue<T>.InnerText.)
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 Gets or sets the value of the simple value. (Inherited from OpenXmlSimpleValue<T>.)

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 FromUInt32 Returns a new UInt32Value object created from UInt32.
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 ToUInt32 Returns the internal UInt32 representation of a UInt32Value object.

Top

Operators

  Name Description
Public operatorStatic member Implicit(UInt32 to UInt32Value) Implicit converter from UInt32.
Public operatorStatic member Implicit(UInt32Value to UInt32) Implicit converter to UInt32.

Top

See Also

Reference

UInt32Value Class

DocumentFormat.OpenXml Namespace