EasyUA Reference
IsNull Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ExtensionObject Class : IsNull Method

extension
The object to check if null

Glossary Item Box

Tests if the extension or embedd objects are null value.

Syntax

Visual Basic (Usage)Copy Code
Dim extension As ExtensionObject
Dim value As Boolean
 
value = ExtensionObject.IsNull(extension)
C# 
public static bool IsNull( 
   ExtensionObject extension
)

Parameters

extension
The object to check if null

Return Value

true if the specified extension is null of the embeded object is null; otherwise, false.

Remarks

Tests is the extension object is null value.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.