Udostępnij przez


XmlILStorageConverter.DecimalToAtomicValue Metoda

Definicja

Konwertuje wartość dziesiętną na wartość XmlAtomicValue.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Parametry

value
Decimal

Wartość typu Decimal do przekonwertowania.

index
Int32

Wartość typu Int32 , która udostępnia indeks elementu do konwersji.

runtime
XmlQueryRuntime

Wystąpienie klasy XmlQueryRuntime.

Zwraca

XmlAtomicValue Obiekt dla Decimal wartości.

Dotyczy