次の方法で共有


DecimalValue.ToDecimal(DecimalValue) メソッド

定義

オブジェクトの表現をDecimalDecimalValue返します。

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

パラメーター

xmlAttributevalue
DecimalValue

戻り値

Decimalオブジェクトを表すDecimalValue値。

適用対象