Uri.BuildQueryString สร้าง URL Query String จากรายการหรือแถวข้อมูล มีประโยชน์เมื่อต้องสร้าง URL พารามิเตอร์สำหรับการเรียก API
Syntax
Uri.BuildQueryString(query as record) as text
Uri.BuildQueryString สร้าง URL Query String จากรายการหรือแถวข้อมูล มีประโยชน์เมื่อต้องสร้าง URL พารามิเตอร์สำหรับการเรียก API
Uri.BuildQueryString(query as record) as text
Uri.Combine ใช้สำหรับการประมวลผล
uri_combine(value as any) as any
Uri.EscapeDataString ใช้สำหรับการประมวลผล
uri_escapedatastring(value as any) as any