ConvertZeroToNullable(Int64) Method
Converts to when the indicated value is 0.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static long? ZeroToNullable(
long value
)
Public Shared Function ZeroToNullable (
value As Long
) As Long?
- value Int64
- Value to convert.
NullableInt64Int64 with the value converted.
if the value cannot be converted.