Int64Value Class

Definition

Represents the Int64 value for attributes.

public class Int64Value : DocumentFormat.OpenXml.OpenXmlComparableSimpleValue<long>
public class Int64Value : DocumentFormat.OpenXml.OpenXmlSimpleValue<long>
type Int64Value = class
    inherit OpenXmlComparableSimpleValue<int64>
type Int64Value = class
    inherit OpenXmlSimpleValue<int64>
Public Class Int64Value
Inherits OpenXmlComparableSimpleValue(Of Long)
Public Class Int64Value
Inherits OpenXmlSimpleValue(Of Long)
Inheritance
Inheritance

Constructors

Int64Value()

Initializes a new instance of the Int64Value class.

Int64Value(Int64)

Initializes a new instance of the Int64Value class using the supplied Int64 value.

Int64Value(Int64Value)

Initializes a new instance of the Int64Value by deep copying the supplied Int64Value 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>)
FromInt64(Int64)

Returns a new Int64Value object that was created from an Int64 value.

GetHashCode() (Inherited from OpenXmlComparableSimpleValue<T>)
GetHashCode() (Inherited from OpenXmlSimpleValue<T>)
ToInt64(Int64Value)

Returns the Int64 representation of an Int64Value object.

ToString()

Returns a String that represents the current value.

(Inherited from OpenXmlSimpleType)

Operators

Implicit(Int64 to Int64Value)

Implicitly converts an Int64 value to an Int64Value value.

Implicit(Int64Value to Int64)

Implicitly converts the specified Int64Value to an Int64 value.

Applies to