DecimalValue.ToDecimal(DecimalValue) Method

Definition

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.

Applies to