Convert::ToInt64 Method
Converts a specified value to a 64-bit signed integer.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | ToInt64(Boolean) | Converts the specified Boolean value to the equivalent 64-bit signed integer. |
![]() ![]() | ToInt64(Byte) | Converts the value of the specified 8-bit unsigned integer to the equivalent 64-bit signed integer. |
![]() ![]() | ToInt64(Char) | Converts the value of the specified Unicode character to the equivalent 64-bit signed integer. |
![]() ![]() | ToInt64(DateTime) | Calling this method always throws InvalidCastException. |
![]() ![]() | ToInt64(Decimal) | Converts the value of the specified decimal number to an equivalent 64-bit signed integer. |
![]() ![]() | ToInt64(Double) | Converts the value of the specified double-precision floating-point number to an equivalent 64-bit signed integer. |
![]() ![]() | ToInt64(Int16) | Converts the value of the specified 16-bit signed integer to an equivalent 64-bit signed integer. |
![]() ![]() | ToInt64(Int32) | Converts the value of the specified 32-bit signed integer to an equivalent 64-bit signed integer. |
![]() ![]() | ToInt64(Int64) | Returns the specified 64-bit signed integer; no actual conversion is performed. |
![]() ![]() | ToInt64(Object^) | Converts the value of the specified object to a 64-bit signed integer. |
![]() ![]() | ToInt64(Object^, IFormatProvider^) | Converts the value of the specified object to a 64-bit signed integer, using the specified culture-specific formatting information. |
![]() ![]() | ToInt64(SByte) | Converts the value of the specified 8-bit signed integer to the equivalent 64-bit signed integer. |
![]() ![]() | ToInt64(Single) | Converts the value of the specified single-precision floating-point number to an equivalent 64-bit signed integer. |
![]() ![]() | ToInt64(String^) | Converts the specified string representation of a number to an equivalent 64-bit signed integer. |
![]() ![]() | ToInt64(String^, IFormatProvider^) | Converts the specified string representation of a number to an equivalent 64-bit signed integer, using the specified culture-specific formatting information. |
![]() ![]() | ToInt64(String^, Int32) | Converts the string representation of a number in a specified base to an equivalent 64-bit signed integer. |
![]() ![]() | ToInt64(UInt16) | Converts the value of the specified 16-bit unsigned integer to the equivalent 64-bit signed integer. |
![]() ![]() | ToInt64(UInt32) | Converts the value of the specified 32-bit unsigned integer to an equivalent 64-bit signed integer. |
![]() ![]() | ToInt64(UInt64) | Converts the value of the specified 64-bit unsigned integer to an equivalent 64-bit signed integer. |

