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 -> doublestatic member ToDouble : DocumentFormat.OpenXml.DoubleValue -> doublePublic Shared Function ToDouble (xmlAttribute As DoubleValue) As DoublePublic Shared Function ToDouble (value As DoubleValue) As DoubleParameters
- xmlAttributevalue
- DoubleValue
Returns
A Double value that represents a DoubleValue object.