Freigeben über


DecimalValue Implicit-Konvertierung (Decimal to DecimalValue)

Implicit converter from Decimal.

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

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    value As Decimal _
) As DecimalValue
'Usage
Dim input As Decimal
Dim output As DecimalValue

output = CType(input, DecimalValue)
public static implicit operator DecimalValue (
    decimal value
)

Parameter

Rückgabewert

Typ: DocumentFormat.OpenXml.DecimalValue
A new DecimalValue instance with the value.

Siehe auch

Referenz

DecimalValue Klasse

DecimalValue-Member

Implicit Überladung

DocumentFormat.OpenXml-Namespace