Logical.ToText
ส่งกลับ "true" หรือ "false" ที่มีการกำหนดค่าตรรกะ
Syntax
Logical.ToText(
logicalValue as logical
) as text
Remarks
สร้างค่าข้อความจากค่าตรรกะ logicalValue ซึ่งเป็น true หรือ false ถ้า logicalValue ไม่ใช่ค่าตรรกะ ระบบจะแสดงข้อยกเว้น
Examples
Example #1
สร้างค่าข้อความจากตรรกะ <code>true</code>
Logical.ToText(true)
Result:
"true"
Category
Logical