Vertaling van "hexBinary" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
The function converts a text string to a hexBinary string.
Die Funktion konvertiert einen Textstring in einen hexBinary String.
The data type xsd::hexBinary can be used without any restriction.
Der Datentyp xsd::hexBinary kann ohne Einschränkung verwendet werden.
When defining this kind of message, you will need to convert the Base64 format of the image to hexBinary so that the image can be transported in the payload of the NFC message.
Beim Definieren dieser Art von Nachricht müssen Sie das Base64-Format des Bilds in hexBinary konvertieren, damit das Bild im Payload der NFC-Nachricht übertragen werden kann.
Other miscellaneous data types are boolean, hexBinary, base64Binary, float, double, anyURI, QName, and NOTATION.
Andere Verschiedene Datenarten sind Boolesch, hexBinary, base64Binary, Hin- und Herbewegung, Doppeltes, anyURI, QName und DARSTELLUNG.
The lexical space of the hexBinary format is a simple coding (of data points) as hexadecimal values.
Der lexikalische Raum des hexBinary-Formats ist eine einfache Kodierung (von Datenpunkten) in Form von Hexadezimalwerten.
The XML type demonstrates how to send a parameter as a hexBinary XML type.
One important point to keep in mind while designing for NFC in MobileTogether is that the payload of the NFC message (that is, the content of the message) is stored and transferred in hexBinary format.
Beachten Sie beim Erstellen von NFC-Aktionen in MobileTogether, dass die Payload der NFC-Nachricht (d.h. der Inhalt der Nachricht) im hexBinary-Format gespeichert und übertragen wird.
To convert the hexBinary (on the receiving device) back to a Base64 image, use the function mt-hexBinary-to-base64.
Um das hexBinary-Format (auf dem Empfangsgerät) wieder zurück in ein Bild zu konvertieren, verwenden Sie die Funktion mt-hexBinary-to-base64.
If you wish to convert a string to hexBinary, you can use the XPath extension function mt-string-to-hexBinary.
Wenn Sie einen String ins hexBinary-Format konvertieren möchten, können Sie dies mit Hilfe der XPath-Erweiterungsfunktion mt-string-to-hexBinary tun.
When an NFC payload is received on a device (see Discovering and Reading NFC Tags), the hexBinary can be converted back to a string or a Base64 image by using, respectively, the XPath extension functions mt-hexBinary-to-string and mt-hexBinary-to-base64.
Wenn eine NFC Payload auf einem Gerät empfangen wird (siehe Finden und Auslesen von NFC-Tags), kann das hexBinary-Format mittels der XPath-Erweiterungsfunkzurück in einen String bzw. ein Base64-Bild konvertiert werden.
A node that provides a hexBinary string can be submitted as the HexBinary argument.
Similarly, if the payload is expected to carry an image, then the hexBinary content of the payload can be converted to a Base64 encoding of the image by using the mt-hexBinary-to-base64 extension function.
Wenn erwartet wird, dass das Payload-Attribut ein Bild enthält, so kann der hexBinary-Inhalt mit Hilfe der Erweiterungsfunktion mt-hexBinary-to-base64 in ein Base64-kodiertes Bild konvertiert werden.
Note that the Payload attribute will have its content in hexBinary format.