ConvertValueToInt64Nullable Method
Converts a value to a number of type Int64 or null.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static long? ValueToInt64Nullable(
Object value
)
Public Shared Function ValueToInt64Nullable (
value As Object
) As Long?
- value Object
- Value to convert.
NullableInt64Int64 with the value converted.
if the value cannot be converted.