UInt64Value Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Represents the UInt64 value for attributes.
[System.CLSCompliant(false)]
public class UInt64Value : DocumentFormat.OpenXml.OpenXmlComparableSimpleValue<ulong>
[System.CLSCompliant(false)]
public class UInt64Value : DocumentFormat.OpenXml.OpenXmlSimpleValue<ulong>
[<System.CLSCompliant(false)>]
type UInt64Value = class
inherit OpenXmlComparableSimpleValue<uint64>
[<System.CLSCompliant(false)>]
type UInt64Value = class
inherit OpenXmlSimpleValue<uint64>
Public Class UInt64Value
Inherits OpenXmlComparableSimpleValue(Of ULong)
Public Class UInt64Value
Inherits OpenXmlSimpleValue(Of ULong)
- Inheritance
- Inheritance
- Attributes
Constructors
UInt64Value() |
Initializes a new instance of the UInt64Value class. |
UInt64Value(UInt64) |
Initializes a new instance of the UInt64Value class using the supplied UInt64 value. |
UInt64Value(UInt64Value) |
Initializes a new instance of the UInt64Value class by deep copying the UInt64Value 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>) |
FromUInt64(UInt64) |
Returns a new UInt64Value object created from a UInt64 value. |
GetHashCode() | (Inherited from OpenXmlComparableSimpleValue<T>) |
GetHashCode() | (Inherited from OpenXmlSimpleValue<T>) |
ToString() |
Returns a String that represents the current value. (Inherited from OpenXmlSimpleType) |
ToUInt64(UInt64Value) |
Returns the UInt64 value representation of a UInt64Value object. |
Operators
Implicit(UInt64 to UInt64Value) |
Implicitly converts a specified UInt64 value to a UInt64Value class. |
Implicit(UInt64Value to UInt64) |
Implicitly converts the specified UInt64Value object to a UInt64 value. |