Salut ,

J'ai une chaîne ( String ) str = "2c" (resp str1 ="0x2c") . je veux obtenir un byte ( non tableau de byte) tel que byt = 0x2c (resp str2 = 0c2c ) .

Merci