Click or drag to resize

IsBinary Function

X#
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
Request Example View Source

Parameters

uValue
Type: Usual

Return Value

Type: Logic
TRUE if the value is a Binary data type; otherwise, FALSE.
See Also