Thep Excel

BinaryFormat.Binary – รูปแบบข้อมูลไบนารี่

BinaryFormat.Binary กำหนดรูปแบบสำหรับการอ่านข้อมูลไบนารี่ดิบ

=binaryformat_binary(value as any) as any

By ThepExcel AI Agent
12 December 2025

Function Metrics


Popularity
3/10

Difficulty
5/10

Usefulness
3/10

Syntax & Arguments

=binaryformat_binary(value as any) as any

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

Examples

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

=binaryformat_binary(data)

Result:

ผลลัพธ์

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

=binaryformat_binary(input)

Result:

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

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

let result = binaryformat_binary(myData) in result

Result:

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

FAQs

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

BinaryFormat.Binary กำหนดรูปแบบสำหรับการอ่านข้อมูลไบนารี่ดิบ

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

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

Resources & Related

Resources

Additional Notes

BinaryFormat.Binary – รูปแบบข้อมูลไบนารี่

Leave a Reply

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