Num

如果字符串可以转换为数字,那么返回 1。否则,返回 0

· 输入:string (string)

· 输出:result (int32)

· 示例。如果【字段选择】步骤的输入数据流中的 mystring1 字段包含字符串“22”,那么以下函数将返回值 1。

Num(mystring1)

如果 mystring1 包含字符串“twenty two”,那么以下函数将返回值 0。

Num(mystring1)

Last updated

Was this helpful?