XmlILStorageConverter.DecimalToAtomicValue Methode

Definitie

Converteert een decimale waarde naar een XmlAtomicValue.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

value
Decimal

Een waarde van het type Decimal dat moet worden geconverteerd.

index
Int32

Een waarde van het type Int32 dat de index van het item levert dat moet worden geconverteerd.

runtime
XmlQueryRuntime

Een exemplaar van de XmlQueryRuntime klasse.

Retouren

Het XmlAtomicValue object voor de Decimal waarde.

Van toepassing op