User Tools

Site Tools


fr:fromhex

Differences

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

Link to this comparison view

fr:fromhex [2016/01/01 22:44]
fr:fromhex [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== FromHex =====
  
 +==== Format ====
 +
 +**fromhex** ( //string// )
 +
 +
 +==== Description ====
 +Retourne l'entier représenté par la chaîne de caractères hexadécimale (base16) //string// passée en paramètre. La représentation hexadécimale utilise 16 valeurs par digit (0-9 puis a-f).
 +
 +==== Exemple ====
 +
 +<code>print fromhex("10")
 +print fromhex("ff")
 +</code>
 +Affichera\\
 +<code>16
 +255
 +</code>
 +
 +==== Disponible depuis la version ==== 
 +0.9.9.45
 +
 +==== Voir Aussi ====
 +{{page>fr:start#Conversion des bases de numération&noheader}}
fr/fromhex.txt · Last modified: 2020/02/28 10:46 (external edit)