[This is preliminary documentation and is subject to change.]
Namespace: NFX.EnvironmentAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
decimal ValueAsDecimal(
[OptionalAttribute] decimal dflt,
bool verbatim = false
)
decimal ValueAsDecimal(
[OptionalAttribute] decimal dflt,
bool verbatim = false
)
Function ValueAsDecimal (
<OptionalAttribute> dflt As Decimal,
Optional verbatim As Boolean = false
) As Decimal
Function ValueAsDecimal (
<OptionalAttribute> dflt As Decimal,
Optional verbatim As Boolean = false
) As Decimal
Decimal ValueAsDecimal(
[OptionalAttribute] Decimal dflt,
bool verbatim = false
)
Decimal ValueAsDecimal(
[OptionalAttribute] Decimal dflt,
bool verbatim = false
)
abstract ValueAsDecimal :
[<OptionalAttribute>] dflt : decimal *
?verbatim : bool
(* Defaults:
let _verbatim = defaultArg verbatim false
*)
-> decimal
abstract ValueAsDecimal :
[<OptionalAttribute>] dflt : decimal *
?verbatim : bool
(* Defaults:
let _verbatim = defaultArg verbatim false
*)
-> decimal
Return Value
Type:
Decimal