Discuss this help topic in SecureBlackbox Forum

TElJsonValue.IsBoolean

TElJsonValue     See also     


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


This topic is under development…

Declaration

[C#]
    bool IsBoolean;

[VB.NET]
    Property IsBoolean As Boolean

[Pascal]
    property IsBoolean : boolean;

[C++]
    bool get_IsBoolean();

[PHP]
    bool get_IsBoolean()

[Java]
    boolean getIsBoolean();

Description

    Returns True if current type if jsonBoolean.

See also:         

Discuss this help topic in SecureBlackbox Forum