QueryStringToStruct
queryStringToStruct( "foo=bar&baz=qux" );
"foo=bar&baz=qux".toStruct();
Method Signature
QueryStringToStruct(target=[string], delimiter=[string])Arguments
Argument
Type
Required
Description
Default
Examples
Related
Last updated
Was this helpful?
