ISBINARY

Returns TRUE if the value is binary.

Sample Usage

ISBINARY(1)
ISBINARY(C5)

Syntax

ISBINARY(value)

  • value - The value to be checked.

Examples

ISBINARY(1) evaluates to TRUE.
ISBINARY(C5) evaluates to TRUE if the value contained in C5 is binary.