MindFusion.Reporting for Silverlight Programmer's Guide
Conversion Functions

The following functions are contained in this category:

Name

Description

CBool

Converts the value, specified as an argument, to a value of type Boolean.

CDate

Converts the value, specified as an argument, to a value of type Date.

CDbl

Converts the value, specified as an argument, to a value of type Double.

CInt

Converts the value, specified as an argument, to a value of type Integer.

CLong

Converts the value, specified as an argument, to a value of type Long.

CSng

Converts the value, specified as an argument, to a value of type float.

CStr

Converts the value, specified as an argument, to a value of type String.

Int

Returns the integer portion of a number.

Str

Returns a string representation of a number.