Converts the string to a long equivalent.
s The string to convert.
An Int64 equivalent of the string.
TypeReasonArgumentNullException s is a null reference.FormatException s is not in the correct format.OverflowException s represents a number less than long.MinValue or greater than long.MaxValue.