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