 | Int64ValueFromInt64 Method |
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntaxpublic static Int64Value FromInt64(
long value
)
Public Shared Function FromInt64 (
value As Long
) As Int64Value
public:
static Int64Value^ FromInt64(
long long value
)
static member FromInt64 :
value : int64 -> Int64Value
Parameters
- value Int64
- An Int64 value to use to create a new Int64Value object.
Return Value
Int64ValueAn
Int64Value that corresponds to the value parameter.
See Also