DecimalToBin

Kalipso - Form - Expressions - Functions - Functions Descriptions - Conversion Functions - DecimalToBin

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

Parameters

  • Value <numeric> - Decimal value to convert.

Examples

  • Example 1

DecimalToBin(65) Result = 1000001

Last updated