Spread.NET 17 Formula Reference
Formula Functions / Functions D to G / ENCODEURL
In This Topic
    ENCODEURL
    In This Topic

    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.