Topic Path: Symbol Reference > Functions > IsBinary Function
ContentsIndexHome
PreviousUpNext
IsBinary Function

Determines if a character contains either '0' or '1'.

File
function IsBinary(
    const AChar: Char
): Boolean;
Parameters 
Description 
AChar 
Character to be examined. 

Boolean - True when the character is '0' or '1'.

IsBinary is Boolean function used to determines if the character in AChar contains either '0' or '1'.

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