Discuss this help topic in SecureBlackbox Forum

TElJsonValue.Value

TElJsonValue     See also     


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


This topic is under development…

Declaration

[C#]
    string Value;

[VB.NET]
    Property Value As String

[Pascal]
    property Value : string;

[C++]
    void get_Value(std::string &OutResult);

[PHP]
    string get_Value()

[Java]
    String getValue();

Description

    Retuns text representation of the value. For boolean value type returns 'false' or 'true'. For null value type returns 'null'. For integer and floating point value types returns the number converted to a string. For string value type returns its value as is.

See also:         

Discuss this help topic in SecureBlackbox Forum