MindFusion.Reporting for Silverlight Programmer's Guide
Len

Returns the number of characters in the specified string.

Syntax

 Copy Code

int Len (
    string value
)

Parameters

value
Any valid string expression. If value is null, the function returns zero.

See Also

Text Functions
InStr Function