Int64Parse Method (String, IFormatProvider) |
Converts the string representation of a number in a specified culture-specific format to its 64-bit signed integer equivalent.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static long Parse(
string s,
IFormatProvider provider
)
Parameters
- s
- Type: SystemString
A string containing a number to convert. - provider
- Type: SystemIFormatProvider
An object that supplies culture-specific formatting information about s.
Return Value
Type:
Int64A 64-bit signed integer equivalent to the number specified in
s.
Exceptions See Also