SysSingleton.UrlEncode
No edit summary
(Adding message template to the top of the page)
Line 1: Line 1:
{{message|Write the content here to display this box}}
  UrlEncode(url:String; decode:Boolean):String (set Eco.ExternalLateBound=true)
  UrlEncode(url:String; decode:Boolean):String (set Eco.ExternalLateBound=true)
Replace forbidden chars so that data can travel as URL.
Replace forbidden chars so that data can travel as URL.

Revision as of 22:37, 16 June 2024

This page was created by Hans.karlsen@mdriven.net on 2023-04-09. Last edited by Edgar on 2025-01-20.

Write the content here to display this box

UrlEncode(url:String; decode:Boolean):String (set Eco.ExternalLateBound=true)

Replace forbidden chars so that data can travel as URL.

This is part of the SysCert example.

See also: SysSingleton.Deflate