joinQueryParam(param: String, val: String, queryString: String, sign: String);
param. System parameter.
val. Parameter value.
queryString. Request string.
sign. Sign before the parameter.
The joinQueryParam method substitutes the specified parameter to the request string.
The method returns a value of the String type.
The method use is given in the example for PP.App.getQueryParam.
See also: