refactor(string): refactor string conversion and turning off default parsing options such as auto detect base
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -1239,8 +1239,8 @@ public:
|
||||
/**
|
||||
* Converts a string into a boolean value.
|
||||
*
|
||||
* - 1, "true", "True", "TRUE" and non-zero integers become true.
|
||||
* - 0, "false", "False", "FALSE" and unparsable values become false.
|
||||
* - "True" and non-zero integers become true.
|
||||
* - "False" and unparsable values become false.
|
||||
*
|
||||
* @return The boolean value.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user