Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/TCString
| Type | Name | Description | |
|---|---|---|---|
| bool | Converts a string into a boolean value 1, "True", "Yes", FCoreTexts::True, FCoreTexts::Yes, and non-zero integers become true 0, "False", "No", FCoreTexts::False, FCoreTexts::No, and unparsable values become false | ||
| bool | ToBool
(
const WIDECHAR* Str |
||
| bool | ToBool
(
const ANSICHAR* Str |
||
| bool |