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





Converts the specified string value to 32-bit integer.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.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
XmlConverter Members
XmlConverter Class
MindFusion.UI.Wpf Namespace