Compartir a través de


DecimalValue.ToDecimal(DecimalValue) Método

Definición

Devuelve la Decimal representación de un DecimalValue objeto.

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

Parámetros

xmlAttributevalue
DecimalValue

Devoluciones

Valor Decimal que representa un DecimalValue objeto .

Se aplica a