Skip to main content

IsNotEmpty

Type

operator

Summary

Determines whether Target is empty or not.

Syntax

<Target> is not empty

Description

Determines whether Target is empty or not.

Parameters

NameTypeDescription

Target

Any expression

Value

NameTypeDescription

return

Returns false if the given expression Target evaluates to the empty value of that type, and true otherwise.

Thank you for your feedback!

Was this page helpful?