Sdílet prostřednictvím


XmlILStorageConverter.Int64ToAtomicValue Metoda

Definice

Převede Int64 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 ^ Int64ToAtomicValue(long value, int index, System::Xml::Xsl::Runtime::XmlQueryRuntime ^ runtime);
public static System.Xml.Schema.XmlAtomicValue Int64ToAtomicValue (long value, int index, System.Xml.Xsl.Runtime.XmlQueryRuntime runtime);
static member Int64ToAtomicValue : int64 * int * System.Xml.Xsl.Runtime.XmlQueryRuntime -> System.Xml.Schema.XmlAtomicValue
Public Shared Function Int64ToAtomicValue (value As Long, index As Integer, runtime As XmlQueryRuntime) As XmlAtomicValue

Parametry

value
Int64

Hodnota typu Int64 , 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 Int64 hodnotu.

Platí pro