Converts this instance of a Byte to an Int64.
[Visual Basic] Overridable Public Function ToInt64() As Long [C#] public virtual long ToInt64(); [C++] public: virtual __int64 ToInt64(); [JScript] public function ToInt64() : long;
An Int64 value.
The ToInt64 method returns a long. It returns a 64-bit, 8-byte signed integer with the converted number.
This method implements IConvertible, which replaced IValue. This method is used to obtain the type code for a specified object. (See Convert and Value for more information about conversions; see the Type for more information about types.)