Table of Contents

TUri.PercentDecode Method

Percent-decodes a string. Deprecated.

Remarks

Deprecated: use TSparkleUtils.PercentDecode instead.

Syntax

Unit: Sparkle.Uri

class function TUri.PercentDecode(const S: string): string;

Parameters

<-> Parameter Type Description
const S string The string to decode.

Returns

The percent-decoded string.

See also