Bridge

Convert..::..ToInt32 Method (String, Int32)

Converts the string representation of a number in a specified base to an equivalent 32-bit signed integer.

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

Syntax


[TemplateAttribute]
public static int ToInt32(
	string value,
	int fromBase
)
<TemplateAttribute> _
Public Shared Function ToInt32 ( _
	value As String, _
	fromBase As Integer _
) As Integer
[TemplateAttribute]
public:
static int^ ToInt32(
	String^ value, 
	int^ fromBase
)

Parameters

value
Type: System..::..String
fromBase
Type: System..::..Int32