MindFusion.Reporting for Silverlight Programmer's Guide
Asc

Returns the ANSI character code corresponding to the first letter in the specified string.

Syntax

 Copy Code

string Asc (
    string value
)

Parameters

value
A string expression.

Remarks

If value contains no characters, a run-time error occurs.

See Also

Text Functions
Chr Function