Contents
Display Legacy Contents

 Print
    HexToBin      
This Function returns a <string>, which is the result of the conversion of the specified hexadecimal Value converted to binary.

Parameters

Value <string>
  Hexadecimal value to convert.

     
Example 1
  Example 2
HexToBin("41")

Result = 1000001
  HexToBin("4B")

Result 1001011


See also
Samples
Sample 1
Sample 2
 
Updated: 3/25/2013 11:49 AM