Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
Code: Visual C++
C#
Visual Basic
Visual C++
ActiveSpaces Documentation
ASDecoder
.
.
::
.
.
isNull Method
ASDecoder Class
See Also
Send Feedback
true if the tag is null
Namespace:
Com.Tibco.As.Space.Impl.Serializer
Assembly:
TIBCO.ActiveSpaces.Common
(in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)
Syntax
C#
public
bool
isNull
()
Visual Basic
Public
Function
isNull
As
Boolean
Visual C++
public
:
bool
isNull
()
Return Value
true
if the next tag is the null tag; otherwise,
false
.
See Also
ASDecoder Class
ASDecoder Members
Com.Tibco.As.Space.Impl.Serializer Namespace