QueryStringToStruct
Convert a query string to a struct.
Each key-value pair in the query string is separated by a delimiter. The default delimiter is {@code "&"}
Example:
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The query string to convert. | |
|
|
| The delimiter used to separate key-value pairs in the query string. |
|
Examples
Related
Last updated