Int64Value Class

Definition

Represents the Int64 value for attributes.

public class Int64Value : DocumentFormat.OpenXml.OpenXmlSimpleValue<long>
type Int64Value = class
    inherit OpenXmlSimpleValue<int64>
Public Class Int64Value
Inherits OpenXmlSimpleValue(Of Long)
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

Gets or sets the inner XML text.

TextValue

DON'T use this property. Only for OpenXmlSimpleType.cs internal use. The internal raw text value.

(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)
FromInt64(Int64)

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

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