Thep Excel

4 functions

Uri.BuildQueryString สร้าง URL Query String จากรายการหรือแถวข้อมูล มีประโยชน์เมื่อต้องสร้าง URL พารามิเตอร์สำหรับการเรียก API

Syntax
Uri.BuildQueryString(query as record) as text

Uri.Combine ใช้สำหรับการประมวลผล

Syntax
uri_combine(value as any) as any

Uri.EscapeDataString ใช้สำหรับการประมวลผล

Syntax
uri_escapedatastring(value as any) as any

Uri.Parts ใช้สำหรับการประมวลผล

Syntax
uri_parts(value as any) as any