Converts the current value to a 64-bit signed integer based on the underlying type.
[Visual Basic] Overridable Public Function ToInt64() As Long [C#] public virtual long ToInt64(); [C++] public: virtual __int64 ToInt64(); [JScript] public function ToInt64() : long;
The converted value.
Uses Convert to perform the conversion.