UriEncodeComponent¶
Include: Use System\URI.pkg
Encodes a string for use as one URI component.
Type: Function
Return data type: String
Parameters¶
| Parameter | Type | Description |
|---|---|---|
sURI |
String | Component text to process. |
Syntax¶
Function UriEncodeComponent Global String sURI Returns String
Call¶
String sEncoded
Get UriEncodeComponent "a value" to sEncoded
Description¶
Use this helper for a component value, such as one path segment or one query value.