Converts the string representation of a number in a specified style and culture-specific format to its 64-bit signed integer equivalent.
Namespace:
?
System
Assembly:
?
mscorlib (in mscorlib.dll)
Syntax
JavaScript |
---|
System.Int64.parse = function(s, style, provider); |
Return Value
A 64-bit signed integer equivalent to the number specified in s.
Exceptions
See Also