MindFusion.Charting for Silverlight Programmer's Guide
ChartValueConverter.ToInt32 Method (String)
See Also
 






Converts the specified string value to a 32-bit integer.

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

 Syntax

C#  Copy Code

public static int ToInt32 (
    string s
)

Visual Basic  Copy Code

Public Shared Function ToInt32( _
    s As String _
) As Integer

 Parameters

s

The string value to convert from.

 Return Value

A 32-bit integer value that is deserialized from the specified string.

 See Also

ToInt32 Method Overload List
ChartValueConverter Members
ChartValueConverter Class
MindFusion.Charting.Silverlight Namespace