ConvertZeroToNullable(Int32) 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 int? ZeroToNullable(
int value
)
Public Shared Function ZeroToNullable (
value As Integer
) As Integer?
- value Int32
- Value to convert.
NullableInt32Int32 with the value converted.
if the value cannot be converted.