DecimalValue.ToDecimal(DecimalValue) メソッド

定義

DecimalValue オブジェクトの Decimal 表記を返します。

public static decimal ToDecimal (DocumentFormat.OpenXml.DecimalValue xmlAttribute);
static member ToDecimal : DocumentFormat.OpenXml.DecimalValue -> decimal
Public Shared Function ToDecimal (xmlAttribute As DecimalValue) As Decimal

パラメーター

xmlAttribute
DecimalValue

内部の Decimal 表記を取得する DecimalValue オブジェクト。

戻り値

Decimal

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

適用対象