DefaultValue Conversion (Decimal to DefaultValue) |
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic static implicit operator DefaultValue (
decimal decimalConst
)
Public Shared Widening Operator CType (
decimalConst As Decimal
) As DefaultValue
static implicit operator DefaultValue^ (
Decimal^ decimalConst
)
F# does not support the declaration of new casting operators.
Parameters
- decimalConst
- Type: SystemDecimal
The decimal constant.
Return Value
Type:
DefaultValue
The result of the conversion.
See Also