User Tools

Site Tools


en:fromhex

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:fromhex [2016/08/12 12:56]
admin
en:fromhex [2020/02/28 10:46]
Line 1: Line 1:
-===== FromHex (Function) ===== 
  
-==== Format ==== 
- 
-**fromhex** ( [[stringexpressions|string_expression]] ) 
- 
-returns [[integerexpressions|integer_expression]] 
- 
-==== Description ==== 
- 
-This function returns an integer number represented by the Hexadecimal (base 16) string.  Hexadecimal represents 16 different values per digit and the symbols 0-9 and a-f are used. 
- 
-==== Example ==== 
- 
-<code>print fromhex("10") 
-print fromhex("ff") 
-</code> 
-displays\\ 
-<code>16 
-255 
-</code> 
- 
-==== See Also ==== 
-{{page>en:start#Base Conversion&noheader}} 
- 
-==== History ====  
-|0.9.9.45|New To Version|  
en/fromhex.txt ยท Last modified: 2020/02/28 10:46 (external edit)