BinToDecimal
Kalipso - Form - Expressions - Functions - Functions Descriptions - Conversion Functions - BinToDecimal
This Function returns a <numeric>, which is the result of the conversion of the specified binary Value converted to decimal.
Parameters
Value <string> - Binary value to convert.
Examples
Example 1
BinToDecimal("1000001") Result = 65
Last updated