Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
| Type | Name | Description | |
|---|---|---|---|
| bool | LexTryParseString
(
T& OutValue, |
Parse a string into this type, returning whether it was successful Specialization for arithmetic types | |
| bool | LexTryParseString
(
bool& OutValue, |
Try and parse a bool - always returns true |