MindFusion.Wpf Pack Programmer's Guide
CHAR

Returns the character represented by the specified numeric value.

Syntax  Copy Code

CHAR( Integer n ) Text

Parameters

n
Required. A number between 1 and 255, inclusive, specifying the code of the character.

Remarks

If n is not an integer number, it is automatically converted.

Example

Formula  Copy Code

=CHAR(68)
=CHAR(35)

See Also

Function Reference
CODE Function