Skip to content

UriDecodeComponent

Include: Use System\URI.pkg

Decodes a URI component string.

Type: Function

Return data type: String

Parameters

Parameter Type Description
sURI String Component text to process.

Syntax

Function UriDecodeComponent Global String sURI Returns String

Call

String sEncoded
Get UriDecodeComponent sEncoded to sValue

Description

Use this helper for a component value, such as one path segment or one query value.

See also