Topic Path: Symbol Reference > Functions > IntToBin Function
ContentsIndexHome
PreviousUpNext
IntToBin Function
File
function IntToBin(
    Value: cardinal
): string;
Parameters 
Description 
Value 
Cardinal value to be converted. 

String - Binary representation for the Cardinal value.

IntToBin is a String function used to construct a binary representation of a 32-bit Integer value. The return value for IntToBin will contain a string of "0" or "1" characters for each of the bits in the integer Value.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.