Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Assert.IsNull

Switch to Manual
public static function IsNull(value: T): void;
public static function IsNull(value: T, message: string): void;

Parameters

Description

Asserts that the value is null.