Spread.NET 17 Formula Reference
Formula Functions / Functions T to Z / UNICHAR
In This Topic
    UNICHAR
    In This Topic

    This function returns the Unicode character specified by a number.

    Syntax

    UNICHAR(value)

    Arguments

    For the argument, specify the Unicode number representing a character.

    Remarks

    The resultant Unicode character can be a string in UTF-8 or UTF-16 code.

    If 0 is passed in the argument or the passed numerals are out of range, this function returns an error.

    Data Types

    Accepts numeric data. Returns string data.

    Examples

    UNICHAR(86) gives the result V.

    UNICHAR(79) gives the result O.

    Version Available

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