Hoppa till huvudinnehåll

Uri.EscapeDataString

Kodar specialtecken enligt RFC 3986.

Syntax

Uri.EscapeDataString(
data as text
) as text

Remarks

Kodar specialtecken i indata data enligt reglerna i RFC 3986.

Examples

Example #1

Kodar specialtecken i "+money$".

Uri.EscapeDataString("+money$")

Result:

"%2Bmoney%24"

Category

Uri