Discuss this help topic in SecureBlackbox Forum

TElJsonObject.GetValueIfExists

TElJsonObject     See also     


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


This topic is under development…

Declaration

[C#]
    TElJsonEntity GetValueIfExists(string Name);

[VB.NET]
    Function GetValueIfExists(ByVal Name As String) As TElJsonEntity

[Pascal]
    function GetValueIfExists(Name : string) : TElJsonEntity;

[C++]
    TElJsonEntityHandle GetValueIfExists(const std::string &Name);

[PHP]
    TElJsonEntity GetValueIfExists(string $Name)

[Java]
    TElJsonEntity getValueIfExists(String Name);

Parameters

  • Name -

Return value

    …

Description

    Returns an entity if it is available, null otherwise.

See also:         

Discuss this help topic in SecureBlackbox Forum