| << Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > Altri servizi > Rest > ParametersToString | 
Service
Method
ParametersToString
Description
Converts a Key/Value pair collection of parameters in the equivalent string.
| Input | |||
| Name | Description | Type | Optional | 
| parameters | A Key/Value pair collection of parameters(ex.: “id”, “210462857140252672”, “trim_user”, “true”). | Dateset | 
 | 
| Output | |||
| Name | Description | Type | Optional | 
| returnValue | A string containing the parameters, separated by the & character (ex.: “id=210462857140252672&trim_user=true”). | String | 
 | 
Remarks
The resulting string can be used for the “parameters” (adding a ? character at the beginning of the string) or the “data” string parameters of the invocation methods. Values will be UrlEncoded.