Discuss this help topic in SecureBlackbox Forum

TElJsonValue.IsString

TElJsonValue     See also     


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


This topic is under development…

Declaration

[C#]
    bool IsString;

[VB.NET]
    Property IsString As Boolean

[Pascal]
    property IsString : boolean;

[C++]
    bool get_IsString();

[PHP]
    bool get_IsString()

[Java]
    boolean getIsString();

Description

    Returns True if current type if jsonString.

See also:         

Discuss this help topic in SecureBlackbox Forum