Functions.Empty 方法 (__Array) | |
确定表达式的结果是否为空。
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 FUNCTION Empty(
uValue AS ARRAY
) AS LOGIC
public static bool Empty(
__Array uValue
)
查看代码参数
- uValue
- 类型:__Array
要检查"空性"的值
返回值
类型:
Boolean
如果表达式结果为空值,则返回 TRUE;否则返回 FALSE。
备注 For ARRAY values the 'emptyness' is determined by comparing to NULL_ARRAY and by checking if the length is 0
参见