Partager via


XmlILStorageConverter.BytesToAtomicValue Méthode

Définition

Convertit un tableau d'octets en XmlAtomicValue.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

public:
 static System::Xml::Schema::XmlAtomicValue ^ BytesToAtomicValue(cli::array <System::Byte> ^ value, int index, System::Xml::Xsl::Runtime::XmlQueryRuntime ^ runtime);
public static System.Xml.Schema.XmlAtomicValue BytesToAtomicValue (byte[] value, int index, System.Xml.Xsl.Runtime.XmlQueryRuntime runtime);
static member BytesToAtomicValue : byte[] * int * System.Xml.Xsl.Runtime.XmlQueryRuntime -> System.Xml.Schema.XmlAtomicValue
Public Shared Function BytesToAtomicValue (value As Byte(), index As Integer, runtime As XmlQueryRuntime) As XmlAtomicValue

Paramètres

value
Byte[]

Tableau de Byte à convertir.

index
Int32

Valeur de type Int32 qui fournit l'index de l'élément à convertir.

runtime
XmlQueryRuntime

Instance de la classe XmlQueryRuntime.

Retours

L'objet XmlAtomicValue du tableau Byte.

S’applique à