Gets the JSON string value of the named property as a LONGCHAR.
To get the value of other JSON data types as a string, use the GetJsonText( ) method.
Return type: LONGCHAR
Access: PUBLIC
Applies to: Progress.Json.ObjectModel.JsonObject class
GetLongchar( INPUT property-name AS CHARACTER ) GetLongchar( INPUT property-name AS CHARACTER, INPUT code-page AS CHARACTER ) |
If code-page is specified, the returned LONGCHAR is set to that code-page. By default, the returned LONGCHAR is set to -cpinternal.
A JsonError is raised if: