Discuss this help topic in SecureBlackbox Forum

TElJsonObject.ValueExists

TElJsonObject     See also     


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


This topic is under development…

Declaration

[C#]
    bool ValueExists(string Name);

[VB.NET]
    Function ValueExists(ByVal Name As String) As Boolean

[Pascal]
    function ValueExists(Name : string) : boolean;

[C++]
    bool ValueExists(const std::string &Name);

[PHP]
    bool ValueExists(string $Name)

[Java]
    boolean valueExists(String Name);

Parameters

  • Name -

Return value

    …

Description

    Returns True if value with the specified name exists in the object, and False otherwise.

See also:         

Discuss this help topic in SecureBlackbox Forum