Table of Contents

TSheetSelector.EncodeAsHtml Method

This method will encode a string so it is valid html. For example, it will replace "&" by "&" in the text.

Syntax

Unit: FlexCel.Render

function TSheetSelector.EncodeAsHtml(const s: string): string;

Parameters

<-> Parameter Type Description
const s string String that you want to encode.

Returns

Encoded string.

See also