ConvertValueToInt64(Object, Int64) Method

Converts a value to a number of type Int64.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static long ValueToInt64(
	Object value,
	long nullValue
)

Parameters

value  Object
Value to convert.
nullValue  Int64
Default value for nulls.

Return Value

Int64
Int64 with the value converted.

See Also