Functions.IsBinary 方法 | |
Determine if a value is a Binary.
命名空间:
XSharp.RT
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 FUNCTION IsBinary(
uValue AS USUAL
) AS LOGIC
public static bool IsBinary(
__Usual uValue
)
查看代码参数
- uValue
- 类型:__Usual
返回值
类型:
BooleanTRUE if the value is a Binary data type; otherwise, FALSE.
参见