ConvertZeroToNullable(Int32) Method

Converts to when the indicated value is 0.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static int? ZeroToNullable(
	int value
)

Parameters

value  Int32
Value to convert.

Return Value

NullableInt32
Int32 with the value converted.

if the value cannot be converted.

See Also