MindFusion.Reporting for Silverlight Programmer's Guide
Text Functions

The following functions are contained in this category:

Name

Description

Asc

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

Chr

Returns the character associated with the specified ANSI character code.

InStr

Returns the position of the first occurrence of one string within another.

InStrRev

Returns the position of an occurrence of one string within another, from the end of string.

LCase

Returns a string that has been converted to lowercase.

Left

Returns a specified number of characters from the left side of a string.

Len

Returns the number of characters in a string.

LTrim

Returns a copy of a string without leading spaces.

Mid

Returns a specified number of characters from a string.

Replace

Returns a string in which a specified substring has been replaced with another substring a specified number of times.

Right

Returns a specified number of characters from the right side of a string.

RTrim

Returns a copy of a string without trailing spaces.

Space

Returns a string consisting of the specified number of spaces.

StrComp

Returns a value indicating the result of a string comparison.

String

Returns a repeating character string of the length specified.

StrReverse

Returns a string in which the character order of a specified string is reversed.