Skip to main content

Uri.EscapeDataString

Kodē speciālās rakstzīmes saskaņā ar RFC 3986.

Syntax​

Uri.EscapeDataString(
data as text
) as text

Remarks​

Kodē speciālās rakstzīmes ievadē data saskaņā ar RFC 3986 noteikumiem.

Examples​

Example #1​

Kodējiet "+money$" speciālās rakstzīmes.

Uri.EscapeDataString("+money$")

Result:

"%2Bmoney%24"

Category​

Uri