ConvertZeroToNullable(Decimal) Method

Converts to null 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 decimal? ZeroToNullable(
	decimal value
)

Parameters

value  Decimal
Value to convert.

Return Value

NullableDecimal
Decimal with the value converted.

if the value cannot be converted.

See Also