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