StructToQueryString
Converts a struct to a query string using the specified delimiter.
The default delimiter is {@code "&"}
Method Signature
Arguments
Argument
Type
Required
Description
Default
struct
struct
true
The struct to convert
delimiter
string
false
The delimiter to use in the query string. Default is "&"
&
Examples
Related
Last updated