DecimalValue.ToDecimal(DecimalValue) 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 Decimal representation of a DecimalValue object.
public static decimal ToDecimal(DocumentFormat.OpenXml.DecimalValue xmlAttribute);public static decimal ToDecimal(DocumentFormat.OpenXml.DecimalValue value);static member ToDecimal : DocumentFormat.OpenXml.DecimalValue -> decimalstatic member ToDecimal : DocumentFormat.OpenXml.DecimalValue -> decimalPublic Shared Function ToDecimal (xmlAttribute As DecimalValue) As DecimalPublic Shared Function ToDecimal (value As DecimalValue) As DecimalParameters
- xmlAttributevalue
- DecimalValue
Returns
A Decimal value that represents a DecimalValue object.