XmlILStorageConverter.DecimalToAtomicValue Método

Definição

Converte um valor decimal para um XmlAtomicValue.

Esta API suporta a infraestrutura de produtos e não é pressuposta para ser utilizada diretamente a partir do seu 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

Um valor de tipo Decimal a converter.

index
Int32

Um valor de tipo Int32 que fornece o índice do item a converter.

runtime
XmlQueryRuntime

Uma instância da XmlQueryRuntime classe.

Devoluções

O XmlAtomicValue objeto pelo Decimal valor.

Aplica-se a