Bridge

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

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

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

Syntax


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

Parameters

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