|
@@ -0,0 +1,45 @@
|
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
+"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
|
|
|
|
+<sect1 id="FromHexPairs">
|
|
|
|
+ <title>FromHexPairs</title>
|
|
|
|
+
|
|
|
|
+ <para><emphasis role="bold">STD.Str.FromHexPairs<indexterm>
|
|
|
|
+ <primary>STD.Str.FromHexPairs</primary>
|
|
|
|
+ </indexterm><indexterm>
|
|
|
|
+ <primary>Str.FromHexPairs</primary>
|
|
|
|
+ </indexterm><indexterm>
|
|
|
|
+ <primary>FromHexPairs</primary>
|
|
|
|
+ </indexterm>(</emphasis> <emphasis>source</emphasis> <emphasis
|
|
|
|
+ role="bold">)</emphasis> <emphasis role="bold"></emphasis></para>
|
|
|
|
+
|
|
|
|
+ <informaltable colsep="1" frame="all" rowsep="1">
|
|
|
|
+ <tgroup cols="2">
|
|
|
|
+ <colspec colwidth="80.50pt" />
|
|
|
|
+
|
|
|
|
+ <colspec />
|
|
|
|
+
|
|
|
|
+ <tbody>
|
|
|
|
+ <row>
|
|
|
|
+ <entry><emphasis>source</emphasis></entry>
|
|
|
|
+
|
|
|
|
+ <entry>The string containing the hex pairs to process.</entry>
|
|
|
|
+ </row>
|
|
|
|
+
|
|
|
|
+ <row>
|
|
|
|
+ <entry>Return:<emphasis> </emphasis></entry>
|
|
|
|
+
|
|
|
|
+ <entry>FromHexPairs returns a data value with each byte created from
|
|
|
|
+ a pair of hex digits.</entry>
|
|
|
|
+ </row>
|
|
|
|
+ </tbody>
|
|
|
|
+ </tgroup>
|
|
|
|
+ </informaltable>
|
|
|
|
+
|
|
|
|
+ <para>The <emphasis role="bold">FromHexPairs </emphasis>function returns a
|
|
|
|
+ data value with each byte created from a pair of hex digits.</para>
|
|
|
|
+
|
|
|
|
+ <para>Example:</para>
|
|
|
|
+
|
|
|
|
+ <programlisting format="linespecific">A := STD.Str.FromHexPairs('0001FF80');</programlisting>
|
|
|
|
+</sect1>
|