Contents
Display Legacy Contents

 Print
    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.

     
Example 1
DecimalToBin(65)

Result = 1000001

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