Convert.ToInt64 Method (String)
Converts the specified string representation of a number to an equivalent 64-bit signed integer.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
- Type: System.String
A string that contains a number to convert.
Return Value
Type: System.Int64A 64-bit signed integer that is equivalent to the number in value, or 0 (zero) if value is a null reference (Nothing in Visual Basic).
| Exception | Condition |
|---|---|
| FormatException | value does not consist of an optional sign followed by a sequence of digits (0 through 9). |
| OverflowException | value represents a number that is less than Int64.MinValue or greater than Int64.MaxValue. |
The result of invoking the Int64.Parse method on value.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC, Xbox 360, Zune
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.