StructKeyList
Get keys of a struct as a string list
Method Signature
Arguments
Argument
Type
Required
Description
Default
structure
struct
true
delimiter
string
false
,
Examples
Using Custom Delimiter
Retrieve a pipe separated list of keys
Result: "OK | CREATED | NOT_MODIFIED | BAD_REQUEST | NOT_FOUND"
Using Member Function
Retrieve a comma separated list of keys using the member function
Result: "OK,CREATED,NOT_MODIFIED,BAD_REQUEST,NOT_FOUND"
Additional Examples
Related
Last updated
Was this helpful?