IsBinary Function | |
Determine if a value is a Binary.
Namespace:
XSharp.RT
Assembly:
XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax FUNCTION IsBinary(
uValue AS USUAL
) AS LOGIC
public static bool IsBinary(
Usual uValue
)
Request Example
View SourceParameters
- uValue
- Type: Usual
Return Value
Type:
LogicTRUE if the value is a Binary data type; otherwise, FALSE.
See Also