Čítať v angličtine

Zdieľať cez


Type.IsNullable

Syntax

  
Type.IsNullable(type as type) as logical

Informácie

Ak ide nullable o typ, vráti hodnotu , v opačnom prípade vráti true hodnotu false.

Príklad č. 1

Určte, či number má povolenú hodnotu null.

Použitie

Type.IsNullable(type number)

Výkon

false

Príklad č. 2

Určte, či type nullable number má povolenú hodnotu null.

Použitie

Type.IsNullable(type nullable number)

Výkon

true