BinToHex

Kalipso - Form - Expressions - Functions - Functions Descriptions - Conversion Functions - 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.

Examples

  • Example 1

BinToHex("1000001") Result = 41

  • Example 2

BinToHex("1001011") Result = 4B

Last updated