StrToBool

Description

Returns a Boolean value based on the specified string.

Syntax

StrToBool(AString: String): Boolean

Example

StrToBool(0)

The return value is False.