Bridge

Script..::..ParseInt Method (String)

The parseInt() function parses a string argument and returns an integer of the specified radix or base.

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

Syntax


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

Parameters

value
Type: System..::..String
The value to parse. If string is not a string, then it is converted to one. Leading whitespace in the string is ignored.

Return Value