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 -> decimal
static member ToDecimal : DocumentFormat.OpenXml.DecimalValue -> decimal
Public Shared Function ToDecimal (xmlAttribute As DecimalValue) As Decimal
Public Shared Function ToDecimal (value As DecimalValue) As Decimal
Parameters
- xmlAttributevalue
- DecimalValue
Returns
A Decimal value that represents a DecimalValue object.