共用方式為


tostring()

適用於:✅Microsoft網狀架構Azure 數據✅總管 Azure 監視器✅Microsoft Sentinel

將輸入轉換成字串表示。

語法

tostring(value)

深入瞭解 語法慣例

參數

姓名 類型​​ 必要 Description
value 純量 ✔️ 要轉換成字串的值。

傳回

如果 value 為非 Null,則結果會是值的字串表示。 如果 值為 null,則結果為空字串。

範例

print tostring(123)