XmlConvert::ToInt32 Method (String^)

 

Converts the String to a Int32 equivalent.

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

public:
static int ToInt32(
	String^ s
)

Parameters

s
Type: System::String^

The string to convert.

Return Value

Type: System::Int32

An Int32 equivalent of the string.

Exception Condition
ArgumentNullException

s is null.

FormatException

s is not in the correct format.

OverflowException

s represents a number less than Int32::MinValue or greater than Int32::MaxValue.

Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Return to top
Show: