Freigeben über


DecimalValue.ToDecimal-Methode

Returns the internal Decimal representation of a DecimalValue object.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Shared Function ToDecimal ( _
    xmlAttribute As DecimalValue _
) As Decimal
'Usage
Dim xmlAttribute As DecimalValue
Dim returnValue As Decimal

returnValue = DecimalValue.ToDecimal(xmlAttribute)
public static decimal ToDecimal(
    DecimalValue xmlAttribute
)

Parameter

Rückgabewert

Typ: System.Decimal
A Decimal value that represents a DecimalValue object.

Siehe auch

Referenz

DecimalValue Klasse

DecimalValue-Member

DocumentFormat.OpenXml-Namespace