此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
备注
访问此页面需要授权。 可以尝试登录或更改目录。
访问此页面需要授权。 可以尝试更改目录。
适用于:✅✅Azure 数据资源管理器Azure Monitor✅ Sentinel
将输入值转换为布尔值(带符号的 8 位)表示形式。
tobool() 和 toboolean() 函数是等效的
tobool()
toboolean()
注意
如果可能,请改用布尔文本。
tobool( value)
tobool(
)
详细了解语法约定。
string
如果转换成功,则结果将为布尔值。 如果转换不成功,结果将为 null。
null
tobool("true") == true tobool("false") == false tobool(1) == true tobool(123) == true
此页面是否有帮助?