ConvertValueToInt64(Object) Method
Converts a value to a number of type Int64.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static long ValueToInt64(
Object value
)
Public Shared Function ValueToInt64 (
value As Object
) As Long
- value Object
- Value to convert.
Int64Int64 with the value converted.