Example: web_convert_from_formatted
This example shows a call to web_convert_from_formatted with the data format extension specified in the Extensions argument.
web_convert_from_formatted ( "FormattedData=username=dfe&password=dfe&login.x=17&login.y=8", "TargetParam=Param", "Extensions=Base64", LAST );
This example shows a call to web_convert_from_formatted with the data format extension provided with the wrapping XML of the formatted data.
web_convert_from_formatted ( "FormattedData=" "<LR_EXTENSION name=\"Base64 \">" "username=dfe&password=dfe&login.x=17&login.y=8" "</LR_EXTENSION>", "TargetParam=Param", LAST );