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