你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
tostring()
适用于:✅Microsoft Fabric✅Azure 数据资源管理器Azure Monitor✅Microsoft✅ Sentinel
将输入转换为字符串表示形式。
语法
tostring(
value)
详细了解语法约定。
参数
客户 | 类型 | 必需 | Description |
---|---|---|---|
value | 标量 (scalar) | ✔️ | 要转换为字符串的值。 |
返回
如果 value 不是 null,则结果是 value 的字符串表示形式。 如果 value 为 null,则结果是空字符串。
示例
print tostring(123)