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.IsNotNull

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

Parameters

Description

Asserts that the value is not null.