Discuss this help topic in SecureBlackbox Forum

TElJsonObject.GetArrayIfExists

TElJsonObject     See also     


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


This topic is under development…

Declaration

[C#]
    TElJsonArray GetArrayIfExists(string Name);

[VB.NET]
    Function GetArrayIfExists(ByVal Name As String) As TElJsonArray

[Pascal]
    function GetArrayIfExists(const Name : string) : TElJsonArray;

[C++]
    TElJsonArrayHandle GetArrayIfExists(const std::string &Name);

[PHP]
    TElJsonArray GetArrayIfExists(string $Name)

[Java]
    TElJsonArray getArrayIfExists(String Name);

Parameters

  • Name -

Return value

    …

Description

    Returns an array if it is available, null otherwise.

See also:         

Discuss this help topic in SecureBlackbox Forum