MindFusion.Charting for Silverlight Programmer's Guide
ChartValueConverter.FromDecimal Method
See Also
 






Converts the specified decimal to string.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public static string FromDecimal (
    decimal val
)

Visual Basic  Copy Code

Public Shared Function FromDecimal( _
    val As Decimal _
) As String

 Parameters

val

The decimal value to convert.

 Return Value

A string that represents the specified decimal value.

 See Also

ChartValueConverter Members
ChartValueConverter Class
MindFusion.Charting.Silverlight Namespace