Charting for WinForms Programmer's Guide
Converter.ToInt32 Method
See Also
 






Converts the specified string value to 32-bit integer.

Namespace: MindFusion.Json
Assembly: MindFusion.Common

 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

Converter Members
Converter Class
MindFusion.Json Namespace