---
title: Text.From – แปลงค่าเป็นข้อความ
url: https://www.thepexcel.com/functions/power-query/text-functions/text-from/
type: function-explainer
program: Power Query
syntax: "Text.From(value as any, optional culture as nullable text) as nullable text"
date: 2025-12-03
updated: 2025-12-17
scores:
  popularity: 6
  difficulty: 2
  usefulness: 6
---

# Text.From – แปลงค่าเป็นข้อความ

> แปลงค่าเป็นข้อความ

## คำอธิบาย

แปลงค่าใดๆ เป็นข้อความ (Text)

## Syntax

```excel
Text.From(value as any, optional culture as nullable text) as nullable text
```

## Arguments

| Name | Required | Type | Default | Description |
| --- | --- | --- | --- | --- |
| value | Yes | any |  | ค่าที่ต้องการแปลง |
| culture | No | text |  | รหัสภาษา (เช่น "th-TH") |

## ตัวอย่าง

### 1. แปลงตัวเลข

```excel
Text.From(123)
```

**ผลลัพธ์:** `"123"`

แปลงตัวเลข 123 เป็นข้อความ

## ฟังก์ชันที่เกี่ยวข้อง

- [Date.From – แปลงข้อมูลต่างประเภทเป็นวันที่](https://www.thepexcel.com/functions/power-query/date-functions/date-from/)
- [Number.From – แปลงค่าเป็นตัวเลข](https://www.thepexcel.com/functions/power-query/number-functions/number-from/)
- [Text.Combine – รวมข้อความหลายรายการเป็นข้อความเดียว](https://www.thepexcel.com/functions/power-query/text-functions/text-combine/)
- text-format
- [Json.FromValue – แปลง Value เป็น JSON](https://www.thepexcel.com/functions/power-query/text-functions/json-fromvalue/)
- [Text.FromBinary – แปลง Binary เป็น Text](https://www.thepexcel.com/functions/power-query/text-functions/text-frombinary/)
- [Text.ToBinary – แปลง Text เป็น Binary](https://www.thepexcel.com/functions/power-query/text-functions/text-tobinary/)

## แหล่งข้อมูลเพิ่มเติม

- [PowerQuery.how](https://powerquery.how/text-from/) _(guide)_

---

_Source: [https://www.thepexcel.com/functions/power-query/text-functions/text-from/](https://www.thepexcel.com/functions/power-query/text-functions/text-from/)_
