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

Namespace: FlexCel.Render

public String EncodeAsHtml(String s)

Parameters

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

Returns

Encoded string.

See also