Click or drag to resize

DefaultValue  Conversion (Decimal to DefaultValue)

Performs an implicit conversion from Decimal to DefaultValue.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public static implicit operator DefaultValue (
	decimal decimalConst
)

Parameters

decimalConst
Type: SystemDecimal
The decimal constant.

Return Value

Type: DefaultValue
The result of the conversion.
See Also