Table of Contents

TUri.PercentEncode Method

Percent-encodes a string. Deprecated.

Remarks

Deprecated: use TSparkleUtils.PercentEncode instead.

Syntax

Unit: Sparkle.Uri

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

Parameters

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

Returns

The percent-encoded string.

See also