StructToQueryString

Converts a struct to a query string using the specified delimiter.

, The default delimiter is ,{@code "&"}

Method Signature

StructToQueryString(struct=[structloose], delimiter=[string])

Arguments

ArgumentTypeRequiredDescriptionDefault

struct

struct

true

The struct to convert

delimiter

string

false

The delimiter to use in the query string. Default is "&"

&

Examples

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC