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 |
---|---|---|---|---|
|
|
| The struct to convert | |
|
|
| The delimiter to use in the query string. Default is "&" |
|
Examples
Related
Last updated