[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)
Nullable<int> ValueAsNullableInt(
Nullable<int> dflt = 0,
bool verbatim = false
)
Nullable<int> ValueAsNullableInt(
Nullable<int> dflt = 0,
bool verbatim = false
)
Function ValueAsNullableInt (
Optional dflt As Nullable(Of Integer) = 0,
Optional verbatim As Boolean = false
) As Nullable(Of Integer)
Function ValueAsNullableInt (
Optional dflt As Nullable(Of Integer) = 0,
Optional verbatim As Boolean = false
) As Nullable(Of Integer)
Nullable<int> ValueAsNullableInt(
Nullable<int> dflt = 0,
bool verbatim = false
)
Nullable<int> ValueAsNullableInt(
Nullable<int> dflt = 0,
bool verbatim = false
)
abstract ValueAsNullableInt :
?dflt : Nullable<int> *
?verbatim : bool
(* Defaults:
let _dflt = defaultArg dflt 0
let _verbatim = defaultArg verbatim false
*)
-> Nullable<int>
abstract ValueAsNullableInt :
?dflt : Nullable<int> *
?verbatim : bool
(* Defaults:
let _dflt = defaultArg dflt 0
let _verbatim = defaultArg verbatim false
*)
-> Nullable<int>
Return Value
Type:
Nullable
Int32