Int64Static: ToDecimal

ToDecimal

Converts an Int64 value to a type Decimal.



 Public Function ToDecimal(
	  ByRef Value As Int64 ) As Variant

Parameters

Value
[ByRef] Int64. The Int64 value to be converted to a Decimal.

Return Values

Variant -  The Decimal value of the Int64.

See Also

Project CorLib Overview

Class Int64Static Overview