Compartir vía


XmlILStorageConverter.DecimalToAtomicValue Método

Definición

Convierte un valor decimal en XmlAtomicValue.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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

Parámetros

value
Decimal

Valor de tipo Decimal que se va a convertir.

index
Int32

Valor de tipo Int32 que proporciona el índice del elemento que se va a convertir.

runtime
XmlQueryRuntime

Instancia de la clase XmlQueryRuntime.

Devoluciones

XmlAtomicValue

El objeto XmlAtomicValue del valor Decimal.

Se aplica a