Uri.EscapeDataString
Koder specialtegn i overensstemmelse med RFC 3986.
Syntax
Uri.EscapeDataString(
data as text
) as text
Remarks
Koder specialtegn i inputtet data
i henhold til reglerne i RFC 3986.
Examples
Example #1
Kod specialtegnene i "+money$".
Uri.EscapeDataString("+money$")
Result:
"%2Bmoney%24"
Category
Uri