Discuss this help topic in SecureBlackbox Forum

TElJsonObject.IndexOf

TElJsonObject     See also     


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


This topic is under development…

Declaration

[C#]
    int IndexOf(string Name);

[VB.NET]
    Function IndexOf(ByVal Name As String) As Integer

[Pascal]
    function IndexOf(Name : string) : integer;

[C++]
    int32_t IndexOf(const std::string &Name);

[PHP]
    integer IndexOf(string $Name)

[Java]
    int indexOf(String Name);

Parameters

  • Name -

Return value

    …

Description

    Looks for the specified value name and returns its index if found; returns -1 if the name was not found.

See also:         

Discuss this help topic in SecureBlackbox Forum