XmlILStorageConverter.DecimalToAtomicValue メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
decimal 値を XmlAtomicValue 値に変換します。
この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。
public:
static System::Xml::Schema::XmlAtomicValue ^ DecimalToAtomicValue(System::Decimal value, int index, System::Xml::Xsl::Runtime::XmlQueryRuntime ^ runtime);
public static System.Xml.Schema.XmlAtomicValue DecimalToAtomicValue (decimal value, int index, System.Xml.Xsl.Runtime.XmlQueryRuntime runtime);
static member DecimalToAtomicValue : decimal * int * System.Xml.Xsl.Runtime.XmlQueryRuntime -> System.Xml.Schema.XmlAtomicValue
Public Shared Function DecimalToAtomicValue (value As Decimal, index As Integer, runtime As XmlQueryRuntime) As XmlAtomicValue
パラメーター
- value
- Decimal
変換する Decimal
型の値。
- runtime
- XmlQueryRuntime
XmlQueryRuntime クラスのインスタンス。
戻り値
Decimal
値の XmlAtomicValue オブジェクト。