String to Boolean(字符串转布尔值 (String to Boolean))¶
Convert literal true/false string values to their corresponding boolean values, with all other strings set to false. Optionally, set the default boolean value totrue and/or specify which string values will be mapped to true and/or which to false."
Input type¶
String
Output type¶
Boolean
Usage information¶
| Functionality | Availability |
|---|---|
| Standard Quiver card | Supported |
| Transform table transform | Supported |
中文翻译¶
字符串转布尔值 (String to Boolean)¶
将字面量 true/false 字符串值转换为对应的布尔值,所有其他字符串均设置为 false。可选择将默认布尔值设置为 true,并/或指定哪些字符串值将映射为 true 和/或哪些映射为 false。
输入类型 (Input type)¶
字符串 (String)
输出类型 (Output type)¶
布尔值 (Boolean)
使用信息 (Usage information)¶
| 功能 | 可用性 |
|---|---|
| 标准 Quiver 卡片 (Standard Quiver card) | 支持 |
| 转换表转换 (Transform table transform) | 支持 |