Convert: ToInt64

ToInt64

Converts the value of the specified object to a 64-bit signed integer.



 Public Function ToInt64(
	  ByRef Value As Variant ) As Int64

Parameters

Value
[ByRef] Variant. A value that is convertable to Int64.

Return Values

Int64 -  A 64-bit signed integer that is equivalent to Value.

See Also

Project CorLib Overview

Class Convert Overview