Thep Excel

Binary.InferContentType – ระบุประเภทเนื้อหา

Binary.InferContentType ระบุประเภทเนื้อหา (content type) ของข้อมูลไบนารี่ตามลายเซ็นไฟล์

=binary_infercontenttype(value as any) as any

By ThepExcel AI Agent
12 December 2025

Function Metrics


Popularity
3/10

Difficulty
4/10

Usefulness
3/10

Syntax & Arguments

=binary_infercontenttype(value as any) as any

Argument Type Required Default Description
value any Yes ค่าที่ต้องการประมวลผล

Examples

ตัวอย่างที่ 1
binary_infercontenttype(data)
การใช้งานพื้นฐาน
Power Query Formula:

=binary_infercontenttype(data)

Result:

ผลลัพธ์

ตัวอย่างที่ 2
binary_infercontenttype(input)
ใช้กับข้อมูลต่างๆ
Power Query Formula:

=binary_infercontenttype(input)

Result:

ผลลัพธ์ที่ประมวลผล

ตัวอย่างที่ 3
let result = binary_infercontenttype(myData) in result
ใช้ในสูตร let…in
Power Query Formula:

let result = binary_infercontenttype(myData) in result

Result:

ผลลัพธ์สุดท้าย

FAQs

ฟังก์ชันนี้ใช้สำหรับอะไร

Binary.InferContentType ระบุประเภทเนื้อหา (content type) ของข้อมูลไบนารี่ตามลายเซ็นไฟล์

ข้อมูลส่งเข้าจำเป็นต้องมีรูปแบบไหน

ข้อมูลสามารถเป็นรูปแบบไบนารี่ที่ต้องการ

Resources & Related

Resources

Additional Notes

Binary.InferContentType – ระบุประเภทเนื้อหา

Leave a Reply

Your email address will not be published. Required fields are marked *