Discuss this help topic in SecureBlackbox Forum

TElJsonValue.IsNull

TElJsonValue     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This topic is under development…

Declaration

[C#]
    bool IsNull;

[VB.NET]
    Property IsNull As Boolean

[Pascal]
    property IsNull : boolean;

[C++]
    bool get_IsNull();
    void set_IsNull(bool Value);

[PHP]
    bool get_IsNull()
    void set_IsNull(bool $Value)

[Java]
    boolean getIsNull();
    void setIsNull(boolean AValue);

Description

    Returns True if current type if jsonNull. On setting to True, changes the type jsonNull. On setting to False, changes type to jsonString and inializes value with an empty string.

See also:         

Discuss this help topic in SecureBlackbox Forum