MindFusion.Reporting for Silverlight Programmer's Guide
Chr

Returns the character associated with the specified ANSI character code.

Syntax

 Copy Code

string Chr (
    int c
)

Parameters

c
A number that identifies a character.

Remarks

Numbers from 0 to 31 are the same as standard, nonprintable ASCII codes.

See Also

Text Functions
Asc Function