Determines if a character contains either '0' or '1'.
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'.
|
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |