DoubleValue.ToDouble(DoubleValue) Method
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.
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.