Discuss this help topic in SecureBlackbox Forum

TElJsonObject.NameAtIndex

TElJsonObject     See also     


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


This topic is under development…

Declaration

[C#]
    string NameAtIndex(int Index);

[VB.NET]
    Function NameAtIndex(ByVal Index As Integer) As String

[Pascal]
    function NameAtIndex(Index : integer) : string;

[C++]
    void NameAtIndex(int32_t Index, std::string &OutResult);

[PHP]
    string NameAtIndex(integer $Index)

[Java]
    String nameAtIndex(int Index);

Parameters

  • Index -

Return value

    …

Description

    Returns value name at the specified index.

See also:         

Discuss this help topic in SecureBlackbox Forum