Revision Difference
bit.tohex#514071
<function name="tohex" parent="bit" type="libraryfunc">⤶
<description>Returns the hexadecimal representation of the number with the specified digits.</description>⤶
<realm>Shared and Menu</realm>⤶
<args>⤶
<arg name="value" type="number">The value to be normalized.</arg>⤶
<arg name="digits" type="number" default="8">The number of digits. Optional</arg>⤶
</args>⤶
<rets>⤶
<ret name="" type="string">hexString</ret>⤶
</rets>⤶
</function>⤶
⤶