UInt32Value Class

Definition

Important

This API is not CLS-compliant.

Represents the UInt32 value for attributes.

[System.CLSCompliant(false)]
public class UInt32Value : DocumentFormat.OpenXml.OpenXmlComparableSimpleValue<uint>
[System.CLSCompliant(false)]
public class UInt32Value : DocumentFormat.OpenXml.OpenXmlSimpleValue<uint>
[<System.CLSCompliant(false)>]
type UInt32Value = class
    inherit OpenXmlComparableSimpleValue<uint32>
[<System.CLSCompliant(false)>]
type UInt32Value = class
    inherit OpenXmlSimpleValue<uint32>
Public Class UInt32Value
Inherits OpenXmlComparableSimpleValue(Of UInteger)
Public Class UInt32Value
Inherits OpenXmlSimpleValue(Of UInteger)
Inheritance
Inheritance
Attributes

Constructors

UInt32Value()

Initializes a new instance of the UInt32Value class.

UInt32Value(UInt32)

Initializes a new instance of the UInt32Value class using the supplied UInt32 value.

UInt32Value(UInt32Value)

Initializes a new instance of the UInt32Value class by deep copying the supplied UInt32Value class.

Properties

HasValue

Gets a value that indicates whether the underneath text value is a valid value.

(Inherited from OpenXmlSimpleValue<T>)
InnerText
InnerText

Gets or sets the inner XML text.

(Inherited from OpenXmlSimpleValue<T>)
TextValue
Obsolete.

Gets or sets the internal raw text value. DO NOT use this property. Only for OpenXmlSimpleType.cs internal use.

(Inherited from OpenXmlSimpleType)
Value

Gets or sets the value of the simple value.

(Inherited from OpenXmlSimpleValue<T>)

Methods

Clone()

Creates a duplicate of the current value.

(Inherited from OpenXmlSimpleType)
CompareTo(Object) (Inherited from OpenXmlComparableSimpleValue<T>)
CompareTo(OpenXmlComparableSimpleValue<T>) (Inherited from OpenXmlComparableSimpleValue<T>)
CompareTo(T) (Inherited from OpenXmlComparableSimpleValue<T>)
Equals(Object) (Inherited from OpenXmlComparableSimpleValue<T>)
Equals(Object) (Inherited from OpenXmlSimpleValue<T>)
Equals(OpenXmlComparableSimpleValue<T>) (Inherited from OpenXmlComparableSimpleValue<T>)
Equals(T) (Inherited from OpenXmlComparableSimpleValue<T>)
FromUInt32(UInt32)

Returns a new UInt32Value object created from a UInt32 value.

GetHashCode() (Inherited from OpenXmlComparableSimpleValue<T>)
GetHashCode() (Inherited from OpenXmlSimpleValue<T>)
ToString()

Returns a String that represents the current value.

(Inherited from OpenXmlSimpleType)
ToUInt32(UInt32Value)

Returns the UInt32 value representation of a UInt32Value object.

Operators

Implicit(UInt32 to UInt32Value)

Implicitly converts a specified UInt32 value to a UInt32Value class.

Implicit(UInt32Value to UInt32)

Implicitly converts the specified UInt32Value class to a UInt32 value.

Applies to