Contents
Display Legacy Contents

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

Parameters

Value <string>
  Binary value to convert.

     
Example 1
  Example 2
BinToHex("1000001")

Result = 41
  BinToHex("1001011")

Result = 4B

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