Sdílet prostřednictvím


XmlILStorageConverter.Int32ToAtomicValue Metoda

Definice

Převede Int32 hodnotu na XmlAtomicValue .

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

public:
 static System::Xml::Schema::XmlAtomicValue ^ Int32ToAtomicValue(int value, int index, System::Xml::Xsl::Runtime::XmlQueryRuntime ^ runtime);
public static System.Xml.Schema.XmlAtomicValue Int32ToAtomicValue (int value, int index, System.Xml.Xsl.Runtime.XmlQueryRuntime runtime);
static member Int32ToAtomicValue : int * int * System.Xml.Xsl.Runtime.XmlQueryRuntime -> System.Xml.Schema.XmlAtomicValue
Public Shared Function Int32ToAtomicValue (value As Integer, index As Integer, runtime As XmlQueryRuntime) As XmlAtomicValue

Parametry

value
Int32

Hodnota typu Int32 , který má být převeden.

index
Int32

Hodnota typu Int32 , která poskytuje index položky, která má být převedena.

runtime
XmlQueryRuntime

Instance třídy XmlQueryRuntime

Návraty

XmlAtomicValue

XmlAtomicValueObjekt pro Int32 hodnotu.

Platí pro