# ENCODEURL

Spread for WinForms provides advanced software components that support Excel import/export, full cell customization, an extensive calculation engine with over 450 functions and more, all with zero dependencies on Excel.

## Content



This function returns a URL encoded string.

## Syntax

ENCODEURL(*text*)

## Arguments

Specify the text to be encoded for the argument.

## Remarks

This function is used to replace the special characters, such as "/", or "#, or "," and so on, which either is not a valid character for URL or either has its own meaning.

## Data Types

Accepts string data. Returns string data.

## Examples

`ENCODEURL(D1)` gives the result TOP, where D1 is the cell reference with text TOP

## Version Available

This function is available in Spread for Windows Forms 11.0 or later.