Ga naar hoofdinhoud

Uri.EscapeDataString

Codeert speciale tekens in overeenstemming met RFC 3986.

Syntax

Uri.EscapeDataString(
data as text
) as text

Remarks

Codeert speciale tekens in de invoer data in overeenstemming met de regels van RFC 3986.

Examples

Example #1

De speciale tekens coderen in "+money$".

Uri.EscapeDataString("+money$")

Result:

"%2Bmoney%24"

Category

Uri