> ## Documentation Index
> Fetch the complete documentation index at: https://help.dingtalk.io/llms.txt
> Use this file to discover all available pages before exploring further.

# VALUE

> VALUE函数用于将String格式的数值转换为Number格式，支持在宜搭的多种场景中使用，如表单、流程设计等。通过提供一个字符串作为参数，该函数能够返回转换后的数值类型结果。

**VALUE**函数用于将String格式的数值转换为Number格式。

## 支持产品场景

VALUE函数支持在宜搭的以下场景中使用。

* 表单（主表字段）
* 表单（业务关联规则）
* 表单（校验）
* 流程设计（校验规则）
* 流程设计（关联操作）
* 集成自动化
* 流程-节点
* 连接器

## 格式

```text theme={"theme":{"light":"github-light","dark":"github-dark"}}
VALUE(text)
```

## 属性说明

| **属性** | **是否必填** | **说明**    |
| ------ | -------- | --------- |
| text   | 是        | 需要转换的字符串。 |

## 返回值

| **返回值类型** | **说明**  |
| --------- | ------- |
| Number    | 转换后的数值。 |

## 使用示例

<Frame>
  ![](https://yida-support.oss-cn-shanghai.aliyuncs.com/static/png/1702980538042-a67b5969-6922-42a2-b5ed-4f85a6e69f9b.png)
</Frame>

## 体验

将文本转换成数字。通常是用作数据已经录入需要变通计算的场景。
