MindFusion.Wpf Pack Programmer's Guide
Converter.ToInt32 Method (String)
See Also
 





Converts the specified string value to 32-bit integer.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 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
Converter Members
Converter Class
MindFusion.Charting.Wpf Namespace