FromHex

<< Click to Display Table of Contents >>

Navigation:  EasyDotNet documentation > Classes > TSystemUri class > Methods >

FromHex

Previous pageReturn to chapter overviewNext page

Gets the decimal value of a hexadecimal digit.

 

digit - The hexadecimal digit (0-9, a-f, A-F) to convert.

 

Returns:

An Int32 value that contains a number from 0 to 15 that corresponds to the specified hexadecimal digit.

 

FromHex                         PROCEDURE(BYTE digit), LONG