You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<overview>Converts a single byte to a numeric value in the range 0-255</overview>
<parameters>
<parameter>The <i>byte</i> is any <aname="glossary tag=expression">expression</a> that evaluates to a byte. If you specify a <aname="keyword tag=string">string</a> containing more than one byte, all bytes but the first are ignored.</parameter>
</parameters>
<value>The <b>byteToNum</b> <control_sttag="function">function</control_st> returns an <keywordtag="integer">integer</keyword> between zero and 255.</value>
<comments>The <b>byteToNum</b> function is the inverse of the <functiontag="numToByte">numToByte</function> function.</comments>