Try to convert a string to a ByteBool value.
Source position: syshelph.inc line 1636
| public class function TByteBoolHelper.TryToParse( | 
| const S: string; | 
| out AValue: Boolean | 
| ):Boolean; | 
TryToParse will attempt to convert the string S to a ByteBool value. If the attempt is successful, True is returned, and the actual value is returned in AValue. If the attempt failed, False is returned.
| 
 | Convert string value to ByteBool value. | |
| 
 | Convert a ByteBool value to string. |