DoubleValue.ToDouble(DoubleValue) Method

Definition

Returns the Double value representation of a DoubleValue object.

public static double ToDouble (DocumentFormat.OpenXml.DoubleValue xmlAttribute);
public static double ToDouble (DocumentFormat.OpenXml.DoubleValue value);
static member ToDouble : DocumentFormat.OpenXml.DoubleValue -> double
static member ToDouble : DocumentFormat.OpenXml.DoubleValue -> double
Public Shared Function ToDouble (xmlAttribute As DoubleValue) As Double
Public Shared Function ToDouble (value As DoubleValue) As Double

Parameters

xmlAttributevalue
DoubleValue

Returns

A Double value that represents a DoubleValue object.

Applies to